diff options
Diffstat (limited to 'recipes/xorg-app/xset_1.1.0.bb')
-rw-r--r-- | recipes/xorg-app/xset_1.1.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-app/xset_1.1.0.bb b/recipes/xorg-app/xset_1.1.0.bb new file mode 100644 index 0000000000..fa2e4c25a2 --- /dev/null +++ b/recipes/xorg-app/xset_1.1.0.bb @@ -0,0 +1,11 @@ +require xorg-app-common.inc + +DESCRIPTION = "user preference utility for X" +LICENSE = "MIT" +DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" +PE = "1" + +SRC_URI += "file://disable-xkb.patch;patch=1" + +CFLAGS += "-D_GNU_SOURCE" +EXTRA_OECONF = "--disable-xkb" |