summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-app
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-app')
-rw-r--r--meta/packages/xorg-app/xset_1.1.0.bb (renamed from meta/packages/xorg-app/xset_1.0.4.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.4.bb b/meta/packages/xorg-app/xset_1.1.0.bb
index 21a6f5f227..817b097213 100644
--- a/meta/packages/xorg-app/xset_1.0.4.bb
+++ b/meta/packages/xorg-app/xset_1.1.0.bb
@@ -1,12 +1,14 @@
1require xorg-app-common.inc 1require xorg-app-common.inc
2 2
3DESCRIPTION = "user preference utility for X" 3DESCRIPTION = "Utility of setting various user preference options of the display"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
5DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11" 6DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11"
6DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" 7DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
8PR = "r0"
7PE = "1" 9PE = "1"
8 10
9SRC_URI += "file://disable-xkb.patch;patch=1" 11SRC_URI += "file://disable-xkb.patch"
10 12
11CFLAGS += "-D_GNU_SOURCE" 13CFLAGS += "-D_GNU_SOURCE"
12EXTRA_OECONF = "--disable-xkb" 14EXTRA_OECONF = "--disable-xkb"