]> code.ossystems Code Review - openembedded-core.git/commitdiff
xset: Add libxmuu to DEPENDS
authorRichard Purdie <richard@openedhand.com>
Wed, 14 Mar 2007 08:46:50 +0000 (08:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 14 Mar 2007 08:46:50 +0000 (08:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1341 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-app/xset_X11R7.1-1.0.2.bb

index d2b6d37b9000f00ac5d9c1261b7ddacb501702b7..9d1f464378d2338b6443dab355dba54333f884e2 100644 (file)
@@ -3,8 +3,10 @@ require xorg-app-common.inc
 DESCRIPTION = "user preference utility for X"
 LICENSE = "MIT"
 
+PR="r1"
+
 # Remove libraries that are not hard depends
-DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache"
+DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache libxmuu"
 
 SRC_URI += "file://disable-xkb.patch;patch=1"