summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xset_1.2.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xset_1.2.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
new file mode 100644
index 0000000000..2d80d3b38f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
@@ -0,0 +1,13 @@
1require xorg-app-common.inc
2
3DESCRIPTION = "Utility of setting various user preference options of the display"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
6DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
7PR = "r0"
8PE = "1"
9
10SRC_URI += "file://disable-xkb.patch"
11
12CFLAGS += "-D_GNU_SOURCE"
13EXTRA_OECONF = "--disable-xkb"