diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 10:42:54 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-03 10:42:54 +0000 |
commit | 13dfd2894ec4461bb8145c57265ae7eec324d78f (patch) | |
tree | 31832daaf971428b7a777364703dbed4ddfd842c /meta/packages/xorg-app/xset_1.0.2.bb | |
parent | cf1167371e83355d2ad728fbe8f4d846207b4e78 (diff) | |
download | poky-13dfd2894ec4461bb8145c57265ae7eec324d78f.tar.gz |
xorg-app: renamed xset, xvinfo, x11perf as part of X11 cleanup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2079 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-app/xset_1.0.2.bb')
-rw-r--r-- | meta/packages/xorg-app/xset_1.0.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.2.bb b/meta/packages/xorg-app/xset_1.0.2.bb new file mode 100644 index 0000000000..776d1fb99a --- /dev/null +++ b/meta/packages/xorg-app/xset_1.0.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | DESCRIPTION = "user preference utility for X" | ||
4 | LICENSE = "MIT" | ||
5 | |||
6 | PE = "1" | ||
7 | |||
8 | # Remove libraries that are not hard depends | ||
9 | DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu" | ||
10 | |||
11 | SRC_URI += "file://disable-xkb.patch;patch=1" | ||
12 | |||
13 | CFLAGS += "-D_GNU_SOURCE" | ||
14 | EXTRA_OECONF = "--disable-xkb" | ||
15 | |||