diff options
author | Yu Ke <ke.yu@intel.com> | 2010-06-23 21:15:28 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:36 +0100 |
commit | b20f72598f91d5649701dbf01d542e0431ab7642 (patch) | |
tree | a224aedd81655fdbed3d49bfb64e28b784a19afb /meta/packages | |
parent | 7189a0f5d28e56e28663f845ac9342cc8f0e9143 (diff) | |
download | poky-b20f72598f91d5649701dbf01d542e0431ab7642.tar.gz |
xset: upgrade to latest 1.1.0
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/packages')
-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 @@ | |||
1 | require xorg-app-common.inc | 1 | require xorg-app-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "user preference utility for X" | 3 | DESCRIPTION = "Utility of setting various user preference options of the display" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d" | ||
5 | DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" | 6 | DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" |
6 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" | 7 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" |
8 | PR = "r0" | ||
7 | PE = "1" | 9 | PE = "1" |
8 | 10 | ||
9 | SRC_URI += "file://disable-xkb.patch;patch=1" | 11 | SRC_URI += "file://disable-xkb.patch" |
10 | 12 | ||
11 | CFLAGS += "-D_GNU_SOURCE" | 13 | CFLAGS += "-D_GNU_SOURCE" |
12 | EXTRA_OECONF = "--disable-xkb" | 14 | EXTRA_OECONF = "--disable-xkb" |