summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-app/xset_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-app/xset_1.0.2.bb')
-rw-r--r--meta/packages/xorg-app/xset_1.0.2.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.2.bb b/meta/packages/xorg-app/xset_1.0.2.bb
new file mode 100644
index 000000000..776d1fb99
--- /dev/null
+++ b/meta/packages/xorg-app/xset_1.0.2.bb
@@ -0,0 +1,15 @@
+require xorg-app-common.inc
+
+DESCRIPTION = "user preference utility for X"
+LICENSE = "MIT"
+
+PE = "1"
+
+# Remove libraries that are not hard depends
+DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
+
+SRC_URI += "file://disable-xkb.patch;patch=1"
+
+CFLAGS += "-D_GNU_SOURCE"
+EXTRA_OECONF = "--disable-xkb"
+