summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xset_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-app/xset_1.1.0.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xset_1.1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xset_1.1.0.bb b/meta/recipes-graphics/xorg-app/xset_1.1.0.bb
new file mode 100644
index 0000000000..817b097213
--- /dev/null
+++ b/meta/recipes-graphics/xorg-app/xset_1.1.0.bb
@@ -0,0 +1,14 @@
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"
6DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11"
7DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
8PR = "r0"
9PE = "1"
10
11SRC_URI += "file://disable-xkb.patch"
12
13CFLAGS += "-D_GNU_SOURCE"
14EXTRA_OECONF = "--disable-xkb"