From: Philipp Zabel Date: Thu, 6 Sep 2007 20:45:27 +0000 (+0000) Subject: xset: add 1.0.3 for X11R7.3 release X-Git-Tag: Release-2010-05/1~8705^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a9e6a25dc60522d14ba0df130915d7693877a5;p=openembedded.git xset: add 1.0.3 for X11R7.3 release --- diff --git a/packages/xorg-app/xset_1.0.3.bb b/packages/xorg-app/xset_1.0.3.bb new file mode 100644 index 0000000000..fa2e4c25a2 --- /dev/null +++ b/packages/xorg-app/xset_1.0.3.bb @@ -0,0 +1,11 @@ +require xorg-app-common.inc + +DESCRIPTION = "user preference utility for X" +LICENSE = "MIT" +DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau" +PE = "1" + +SRC_URI += "file://disable-xkb.patch;patch=1" + +CFLAGS += "-D_GNU_SOURCE" +EXTRA_OECONF = "--disable-xkb"