summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-app
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-03-14 09:01:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-03-14 09:01:54 +0000
commit69a5f8290e4ebea3b3342df0c558d582c67513c0 (patch)
treeba6910f3a2c482a111818ac8f78744c24b07bb1d /meta/packages/xorg-app
parentf33d4b5125404cd9c38762e6ee8d7a8807c507a8 (diff)
downloadpoky-69a5f8290e4ebea3b3342df0c558d582c67513c0.tar.gz
xset: Really fix DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1342 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-app')
-rw-r--r--meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb b/meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb
index 9d1f464378..00855f21f1 100644
--- a/meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb
+++ b/meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
6PR="r1" 6PR="r1"
7 7
8# Remove libraries that are not hard depends 8# Remove libraries that are not hard depends
9DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmuu" 9DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmu"
10 10
11SRC_URI += "file://disable-xkb.patch;patch=1" 11SRC_URI += "file://disable-xkb.patch;patch=1"
12 12