xprop: upgrade to latest version 1.1.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-06-23 21:15:28 +08:00 committed by Richard Purdie
parent 6abf79dbf6
commit 7189a0f5d2
3 changed files with 11 additions and 8 deletions

View File

@ -121,7 +121,7 @@ PREFERRED_VERSION_xinit ?= "1.2.1"
PREFERRED_VERSION_xineramaproto ?= "1.2"
PREFERRED_VERSION_xmodmap ?= "1.0.4"
PREFERRED_VERSION_xorg-cf-files ?= "1.0.3"
PREFERRED_VERSION_xprop ?= "1.0.4"
PREFERRED_VERSION_xprop ?= "1.1.0"
PREFERRED_VERSION_xproto ?= "7.0.16"
PREFERRED_VERSION_xproto-native ?= "7.0.16"
PREFERRED_VERSION_xproto-nativesdk ?= "7.0.16"

View File

@ -1,7 +0,0 @@
require xorg-app-common.inc
PE = "1"
#DESCRIPTION = ""
DEPENDS += " libxmu virtual/libx11"

View File

@ -0,0 +1,10 @@
require xorg-app-common.inc
DESCRIPTION = "utility to display window and font properties of an X server"
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
DEPENDS += " libxmu virtual/libx11"
PR = "r0"
PE = "1"