libxpm,libxsettings-client: remove libxt build-dependency

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2556 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-24 16:15:35 +00:00
parent 0de07466c9
commit bc8fdf0472
2 changed files with 5 additions and 5 deletions

View File

@@ -2,9 +2,9 @@ DESCRIPTION = "Common code for XSETTINGS"
SECTION = "x/libs"
LICENSE = "BSD-X"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libxt"
# libxt is required to stop configure breaking builds by
# including system paths to find it if it isn't present.
DEPENDS = "virtual/libx11"
PR = "r1"
headers = "xsettings-common.h xsettings-client.h"

View File

@@ -2,8 +2,8 @@ require xorg-lib-common.inc
DESCRIPTION = "X11 Pixmap library"
LICENSE = "X-BSD"
DEPENDS += "libxt libxext"
PR = "r1"
DEPENDS += "libxext"
PR = "r2"
PE = "1"
XORG_PN = "libXpm"