xhost: upgrade to latest version 1.0.3

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 1572a23705
commit 876c8df1da
2 changed files with 3 additions and 2 deletions

View File

@ -116,7 +116,7 @@ PREFERRED_VERSION_dri2proto ?= "2.2"
PREFERRED_VERSION_xf86miscproto ?= "0.9.3"
PREFERRED_VERSION_xf86rushproto ?= "1.1.2"
PREFERRED_VERSION_xf86vidmodeproto ?= "2.2.2"
PREFERRED_VERSION_xhost ?= "1.0.2"
PREFERRED_VERSION_xhost ?= "1.0.3"
PREFERRED_VERSION_xinit ?= "1.1.1"
PREFERRED_VERSION_xineramaproto ?= "1.2"
PREFERRED_VERSION_xmodmap ?= "1.0.3"

View File

@ -1,6 +1,7 @@
require xorg-app-common.inc
DESCRIPTION = "Server access control program for X"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=cbe6a2ee97dc38c7265adfec5644689b"
DEPENDS += "libxmu libxau"
PR = "r0"
PE = "1"