xwininfo: upgrade to latest version 1.0.5

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 b20f72598f
commit f91911a0e0
2 changed files with 5 additions and 1 deletions

View File

@ -135,7 +135,7 @@ PREFERRED_VERSION_xtrans ?= "1.2.2"
PREFERRED_VERSION_xtrans-native ?= "1.2.2"
PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.2"
PREFERRED_VERSION_xvinfo ?= "1.0.2"
PREFERRED_VERSION_xwininfo ?= "1.0.4"
PREFERRED_VERSION_xwininfo ?= "1.0.5"
PREFERRED_VERSION_mesa-dri ?= "7.7"
PREFERRED_VERSION_libdrm ?= "2.4.21"
PREFERRED_VERSION_xcb-proto ?= "1.5"

View File

@ -1,4 +1,8 @@
require xorg-app-common.inc
DESCRIPTION = "window information utility for X"
LIC_FILES_CHKSUM = "file://COPYING;md5=2f077ba838116bbe7cfaac34aff40328"
DEPENDS += "libxext libxmu"
PR = "r0"
PE = "0"