summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/xorg-app/xset_1.1.0.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.1.0.bb
parentd67ede746bf6d22bb2c7179dba7f86791eaaa160 (diff)
downloadopenembedded-core-cf062bf45672923083094730515f7d5ce94b58fc.tar.gz
openembedded-core-cf062bf45672923083094730515f7d5ce94b58fc.tar.bz2
openembedded-core-cf062bf45672923083094730515f7d5ce94b58fc.tar.xz
openembedded-core-cf062bf45672923083094730515f7d5ce94b58fc.zip
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.1.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xset_1.1.0.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.1.0.bb b/meta/recipes-graphics/xorg-app/xset_1.1.0.bb
deleted file mode 100644
index 2d80d3b38..000000000
--- a/meta/recipes-graphics/xorg-app/xset_1.1.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require xorg-app-common.inc
-
-DESCRIPTION = "Utility of setting various user preference options of the display"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
-DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
-PR = "r0"
-PE = "1"
-
-SRC_URI += "file://disable-xkb.patch"
-
-CFLAGS += "-D_GNU_SOURCE"
-EXTRA_OECONF = "--disable-xkb"