1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

xset: upgrade to latest 1.1.0

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke
2010-06-23 21:15:28 +08:00
committed by Richard Purdie
parent 7189a0f5d2
commit b20f72598f
2 changed files with 5 additions and 3 deletions
@@ -130,7 +130,7 @@ PREFERRED_VERSION_xrandr ?= "1.2.3"
PREFERRED_VERSION_xrdb ?= "1.0.5"
PREFERRED_VERSION_xserver-kdrive ?= "1.7.99.2"
PREFERRED_VERSION_xserver-xf86-dri-lite ?= "1.7.99.2"
PREFERRED_VERSION_xset ?= "1.0.4"
PREFERRED_VERSION_xset ?= "1.1.0"
PREFERRED_VERSION_xtrans ?= "1.2.2"
PREFERRED_VERSION_xtrans-native ?= "1.2.2"
PREFERRED_VERSION_xtrans-nativesdk ?= "1.2.2"
@@ -1,12 +1,14 @@
require xorg-app-common.inc
DESCRIPTION = "user preference utility for X"
DESCRIPTION = "Utility of setting various user preference options of the display"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=bea81cc9827cdf1af0e12c2b8228cf8d"
DISTRO_PN_ALIAS = "Fedora=xorg-x11-server-utils;Ubuntu=x11-xserver-utils;Debian=x11-xserver-utils;Opensuse=xorg-x11"
DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
PR = "r0"
PE = "1"
SRC_URI += "file://disable-xkb.patch;patch=1"
SRC_URI += "file://disable-xkb.patch"
CFLAGS += "-D_GNU_SOURCE"
EXTRA_OECONF = "--disable-xkb"