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.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.2.bb b/meta/packages/xorg-app/xset_1.0.2.bb
index 776d1fb99a..fa2e4c25a2 100644
--- a/meta/packages/xorg-app/xset_1.0.2.bb
+++ b/meta/packages/xorg-app/xset_1.0.2.bb
@@ -2,14 +2,10 @@ require xorg-app-common.inc
2 2
3DESCRIPTION = "user preference utility for X" 3DESCRIPTION = "user preference utility for X"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
6PE = "1" 6PE = "1"
7 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" 8SRC_URI += "file://disable-xkb.patch;patch=1"
12 9
13CFLAGS += "-D_GNU_SOURCE" 10CFLAGS += "-D_GNU_SOURCE"
14EXTRA_OECONF = "--disable-xkb" 11EXTRA_OECONF = "--disable-xkb"
15