summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-11-12 13:04:07 +0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:08:25 -0800
commitcf062bf45672923083094730515f7d5ce94b58fc (patch)
tree3ce5ba455a9242d00a4f4fc34115d6d818ca9e19 /meta/recipes-graphics/xorg-app/xset_1.2.1.bb
parentd67ede746bf6d22bb2c7179dba7f86791eaaa160 (diff)
downloadpoky-cf062bf45672923083094730515f7d5ce94b58fc.tar.gz
xset: upgrade from 1.1.0 to 1.2.1
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xset_1.2.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xset_1.2.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
new file mode 100644
index 0000000000..2d80d3b38f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
@@ -0,0 +1,13 @@
1require xorg-app-common.inc
2
3DESCRIPTION = "Utility of setting various user preference options of the display"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
6DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
7PR = "r0"
8PE = "1"
9
10SRC_URI += "file://disable-xkb.patch"
11
12CFLAGS += "-D_GNU_SOURCE"
13EXTRA_OECONF = "--disable-xkb"