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.bb20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index b5d63bcd65..0000000000
--- a/meta/recipes-graphics/xorg-app/xset_1.2.1.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1require xorg-app-common.inc
2
3SUMMARY = "Utility for setting various user preference options of the display"
4
5DESCRIPTION = "xset is a utility that is used to set various user \
6preference options of the display."
7
8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
10DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
11PR = "r0"
12PE = "1"
13
14SRC_URI += "file://disable-xkb.patch"
15
16SRC_URI[md5sum] = "4e0ce390394416c9e2c5cd4d7413ba87"
17SRC_URI[sha256sum] = "ec995f7d23109cfa6420ae87c38158f29a2a6f9d0b7df0a1be34e69e165292a1"
18
19CFLAGS += "-D_GNU_SOURCE"
20EXTRA_OECONF = "--disable-xkb"