summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-app/xset_1.0.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 09:27:00 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-07-04 09:27:00 +0000
commitb6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc (patch)
treeaa2fd7dc964a81fe4e8a546a52abdaa0ae6754ce /meta/packages/xorg-app/xset_1.0.2.bb
parent8f0272c375ae8a9216ba08c72ed66409b568315e (diff)
downloadopenembedded-core-b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc.tar.gz
openembedded-core-b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc.tar.bz2
openembedded-core-b6ad88e4e08e13cd075cdf7c2b8e66f8a92e4cdc.zip
xorg-app: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2095 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.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/xorg-app/xset_1.0.2.bb b/meta/packages/xorg-app/xset_1.0.2.bb
index 776d1fb99a..fa2e4c25a2 100644
--- a/meta/packages/xorg-app/xset_1.0.2.bb
+++ b/meta/packages/xorg-app/xset_1.0.2.bb
@@ -2,14 +2,10 @@ require xorg-app-common.inc
DESCRIPTION = "user preference utility for X"
LICENSE = "MIT"
-
+DEPENDS += "libxext libxxf86misc libxfontcache libxmu libxp libxau"
PE = "1"
-# Remove libraries that are not hard depends
-DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
-
SRC_URI += "file://disable-xkb.patch;patch=1"
CFLAGS += "-D_GNU_SOURCE"
EXTRA_OECONF = "--disable-xkb"
-