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 | |
parent | b73e55b4b861cd790c76efd5cc0b17d33dc2bf67 (diff) | |
download | poky-5ec8407a90d229e9aeddf6209723d5feab8e9b13.tar.gz |
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')
-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 d212bc1422..f7cb4a86b3 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 | |||
3 | DESCRIPTION = "X display information utility" | 3 | DESCRIPTION = "X display information utility" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | 5 | ||
6 | DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxp" | 6 | # Many X libraries removed from here as they are not hard requirements |
7 | DEPENDS += " libxtst libxext virtual/libx11 libxxf86vm libxxf86misc libxi libxrender" | ||
7 | 8 | ||
8 | SRC_URI += "file://disable-xkb.patch;patch=1" | 9 | SRC_URI += "file://disable-xkb.patch;patch=1" |
9 | 10 | ||