summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-app
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-06-23 21:15:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-29 17:13:36 +0100
commitb20f72598f91d5649701dbf01d542e0431ab7642 (patch)
treea224aedd81655fdbed3d49bfb64e28b784a19afb /meta/packages/xorg-app
parent7189a0f5d28e56e28663f845ac9342cc8f0e9143 (diff)
downloadpoky-b20f72598f91d5649701dbf01d542e0431ab7642.tar.gz
xset: upgrade to latest 1.1.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/packages/xorg-app')
-rw-r--r--meta/packages/xorg-app/xset_1.1.0.bb (renamed from meta/packages/xorg-app/xset_1.0.4.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.4.bb b/meta/packages/xorg-app/xset_1.1.0.bb
index 21a6f5f227..817b097213 100644
--- a/meta/packages/xorg-app/xset_1.0.4.bb
+++ b/meta/packages/xorg-app/xset_1.1.0.bb
@@ -1,12 +1,14 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "user preference utility for X" 3DESCRIPTION = "Utility of setting various user preference options of the display"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
5DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" 6DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11"
6DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" 7DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
8PR = "r0"
7PE = "1" 9PE = "1"
8 10
9SRC_URI += "file://disable-xkb.patch;patch=1" 11SRC_URI += "file://disable-xkb.patch"
10 12
11CFLAGS += "-D_GNU_SOURCE" 13CFLAGS += "-D_GNU_SOURCE"
12EXTRA_OECONF = "--disable-xkb" 14EXTRA_OECONF = "--disable-xkb"