aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-09-06 20:45:27 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-09-06 20:45:27 +0000
commite7a9e6a25dc60522d14ba0df130915d7693877a5 (patch)
treeb4aa74998b114b6bc95a218b3af29048f3643025 /packages
parentb469ae68c46cd98f74da93c0a6a7b8f807d7d141 (diff)
downloadopenembedded-e7a9e6a25dc60522d14ba0df130915d7693877a5.tar.gz
xset: add 1.0.3 for X11R7.3 release
Diffstat (limited to 'packages')
-rw-r--r--packages/xorg-app/xset_1.0.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/xorg-app/xset_1.0.3.bb b/packages/xorg-app/xset_1.0.3.bb
new file mode 100644
index 0000000000..fa2e4c25a2
--- /dev/null
+++ b/packages/xorg-app/xset_1.0.3.bb
@@ -0,0 +1,11 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "user preference utility for X"
+LICENSE = "MIT"
+DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
+PE = "1"
+
+SRC_URI += "file://disable-xkb.patch;patch=1"
+
+CFLAGS += "-D_GNU_SOURCE"
+EXTRA_OECONF = "--disable-xkb"