From: Ross Burton Date: Mon, 2 Oct 2006 08:43:12 +0000 (+0000) Subject: Remove unrequired libraries X-Git-Tag: 2011-1~12629 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fc2234cc351449c855945b4df2cf1b27a9012294;p=openembedded-core.git Remove unrequired libraries git-svn-id: https://svn.o-hand.com/repos/poky/trunk@780 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 72c315c6a1..d2b6d37b90 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 @@ -3,7 +3,8 @@ require xorg-app-common.inc DESCRIPTION = "user preference utility for X" LICENSE = "MIT" -DEPENDS += " libxmu libxext virtual/libx11 libxxf86misc libxfontcache libxp" +# Remove libraries that are not hard depends +DEPENDS += " libxext virtual/libx11 libxxf86misc libxfontcache" SRC_URI += "file://disable-xkb.patch;patch=1"