xdpyinfo: 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:27 +08:00 committed by Richard Purdie
parent ec68b8ac04
commit 1572a23705
2 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ PREFERRED_VERSION_xauth ?= "1.0.4"
PREFERRED_VERSION_xcmiscproto ?= "1.2.0"
PREFERRED_VERSION_xcmiscproto-native ?= "1.2.0"
PREFERRED_VERSION_xcmiscproto-nativesdk ?= "1.2.0"
PREFERRED_VERSION_xdpyinfo ?= "1.0.3"
PREFERRED_VERSION_xdpyinfo ?= "1.1.0"
PREFERRED_VERSION_xev ?= "1.0.3"
PREFERRED_VERSION_xextproto ?= "7.1.0"
PREFERRED_VERSION_xextproto-native ?= "7.1.0"

View File

@ -1,11 +1,11 @@
require xorg-app-common.inc
DESCRIPTION = "X display information utility"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp libxau"
PR = "r1"
PR = "r0"
PE = "1"
SRC_URI += "file://disable-xkb.patch;patch=1"
SRC_URI += "file://disable-xkb.patch"
EXTRA_OECONF = "--disable-xkb"