summaryrefslogtreecommitdiff
path: root/packages/xset/xset_1.0.1.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-12 15:27:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-12 15:27:37 +0000
commit15215b19ba2ffaebbd6d2297ecc6f11bb0c9471d (patch)
treee92d7b55d5f8aad3ee0a6be26e24e79d44cc12e5 /packages/xset/xset_1.0.1.bb
parent329ec7547889aab21e4ba6dd87641c2076f7c96b (diff)
X11R7.0: xset and xrdb
Diffstat (limited to 'packages/xset/xset_1.0.1.bb')
-rw-r--r--packages/xset/xset_1.0.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/xset/xset_1.0.1.bb b/packages/xset/xset_1.0.1.bb
new file mode 100644
index 0000000000..793e6d420b
--- /dev/null
+++ b/packages/xset/xset_1.0.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "user preference utility for X"
+LICENSE = "MIT"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+DEPENDS = "libx11 libxext xextproto libxmu"
+
+CFLAGS += "-D_GNU_SOURCE"
+
+SECTION = "x11/base"
+
+SRC_URI = "${XORG_MIRROR}/X11R7.0/src/app/${PN}-${PV}.tar.bz2 \
+ file://disable-xkb.patch;patch=1"
+
+EXTRA_OECONF = "--disable-xkb"
+
+inherit autotools pkgconfig