diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-06 20:45:27 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-06 20:45:27 +0000 |
commit | e7a9e6a25dc60522d14ba0df130915d7693877a5 (patch) | |
tree | b4aa74998b114b6bc95a218b3af29048f3643025 | |
parent | b469ae68c46cd98f74da93c0a6a7b8f807d7d141 (diff) |
xset: add 1.0.3 for X11R7.3 release
-rw-r--r-- | packages/xorg-app/xset_1.0.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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" |