summaryrefslogtreecommitdiffstats
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 0000000000..776d1fb99a
--- /dev/null
+++ b/meta/packages/xorg-app/xset_1.0.2.bb
@@ -0,0 +1,15 @@
1require xorg-app-common.inc
2
3DESCRIPTION = "user preference utility for X"
4LICENSE = "MIT"
5
6PE = "1"
7
8# Remove libraries that are not hard depends
9DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
10
11SRC_URI += "file://disable-xkb.patch;patch=1"
12
13CFLAGS += "-D_GNU_SOURCE"
14EXTRA_OECONF = "--disable-xkb"
15