diff options
Diffstat (limited to 'meta/packages/xorg-app/xset_1.0.2.bb')
-rw-r--r-- | meta/packages/xorg-app/xset_1.0.2.bb | 6 |
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 | ||
3 | DESCRIPTION = "user preference utility for X" | 3 | DESCRIPTION = "user preference utility for X" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" | |
6 | PE = "1" | 6 | PE = "1" |
7 | 7 | ||
8 | # Remove libraries that are not hard depends | ||
9 | DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu" | ||
10 | |||
11 | SRC_URI += "file://disable-xkb.patch;patch=1" | 8 | SRC_URI += "file://disable-xkb.patch;patch=1" |
12 | 9 | ||
13 | CFLAGS += "-D_GNU_SOURCE" | 10 | CFLAGS += "-D_GNU_SOURCE" |
14 | EXTRA_OECONF = "--disable-xkb" | 11 | EXTRA_OECONF = "--disable-xkb" |
15 | |||