libxsettings: Include libxt in depends to keep configure happy
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 31 Mar 2006 09:45:30 +0000 (09:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 31 Mar 2006 09:45:30 +0000 (09:45 +0000)
packages/libxsettings-client/libxsettings-client_0.14.bb
packages/libxsettings-client/libxsettings-client_0.16.bb

index 0e8ff6d..f2e7773 100644 (file)
@@ -1,7 +1,9 @@
 SECTION = "gpe/libs"
 LICENSE = "BSD-X"
 PRIORITY = "optional"
-DEPENDS = "libxsettings libx11"
+DEPENDS = "libxsettings libx11 libxt"
+# libxt is required to stop configure breaking builds by
+# including system paths to find it if it isn't present.
 
 inherit autotools pkgconfig gpe
 
@@ -17,4 +19,3 @@ do_stage () {
                 install -m 0644 ${S}/$h ${STAGING_INCDIR}/$h
         done
 }
-
index c668971..45d9b1c 100644 (file)
@@ -1,7 +1,9 @@
 SECTION = "gpe/libs"
 LICENSE = "BSD-X"
 PRIORITY = "optional"
-DEPENDS = "libxsettings libx11"
+DEPENDS = "libxsettings libx11 libxt"
+# libxt is required to stop configure breaking builds by 
+# including system paths to find it if it isn't present.
 MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
 PR="r1"