diff options
author | Ross Burton <ross@openedhand.com> | 2006-10-02 08:37:45 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2006-10-02 08:37:45 +0000 |
commit | 5ec8407a90d229e9aeddf6209723d5feab8e9b13 (patch) | |
tree | 913682ef45d932e8e05ab71d96b25db9ccfbd27c /meta/packages | |
parent | b73e55b4b861cd790c76efd5cc0b17d33dc2bf67 (diff) | |
download | openembedded-core-5ec8407a90d229e9aeddf6209723d5feab8e9b13.tar.gz openembedded-core-5ec8407a90d229e9aeddf6209723d5feab8e9b13.tar.bz2 openembedded-core-5ec8407a90d229e9aeddf6209723d5feab8e9b13.tar.xz openembedded-core-5ec8407a90d229e9aeddf6209723d5feab8e9b13.zip |
Remove dependencies on libraries that are not required
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@779 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-app/xdpyinfo_X11R7.0-1.0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/xorg-app/xdpyinfo_X11R7.0-1.0.1.bb b/meta/packages/xorg-app/xdpyinfo_X11R7.0-1.0.1.bb index d212bc142..f7cb4a86b 100644 --- a/meta/packages/xorg-app/xdpyinfo_X11R7.0-1.0.1.bb +++ b/meta/packages/xorg-app/xdpyinfo_X11R7.0-1.0.1.bb @@ -3,7 +3,8 @@ require xorg-app-common.inc DESCRIPTION = "X display information utility" LICENSE = "MIT" -DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp" +# Many X libraries removed from here as they are not hard requirements +DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86misc libxi libxrender" SRC_URI += "file://disable-xkb.patch;patch=1" |