]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxpm,libxsettings-client: remove libxt build-dependency
authorRoss Burton <ross@openedhand.com>
Fri, 24 Aug 2007 16:15:35 +0000 (16:15 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 24 Aug 2007 16:15:35 +0000 (16:15 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2556 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxsettings-client/libxsettings-client_0.10.bb
meta/packages/xorg-lib/libxpm_3.5.6.bb

index a5c5201188d785238b2a07260584ad7f56d82da4..bc4af80170670486cd2d61cb615e95c1115b0587 100644 (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"
 
index 4e0a6eaacd79e4b8d4fd9060870e65777e3a19ad..2710189b2adc77282cdd41d8c451f5b9be786b8a 100644 (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"