]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdk-pixbuf-csource-native: Add libx11-native to DEPENDS and explicitly set X search...
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 09:28:53 +0000 (09:28 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Oct 2008 09:28:53 +0000 (09:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5447 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb

index 2af16a344bade43de9ee17042f84f896aca31c75..338d66e9f0eee6a34806a6f5a5d469e2721e950d 100644 (file)
@@ -1,6 +1,6 @@
 require gtk+_${PV}.bb
 inherit native
-DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native"
+DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native"
 S = "${WORKDIR}/gtk+-${PV}"
 FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
 SRC_URI += "file://reduce-dependencies.patch;patch=1"
@@ -15,6 +15,8 @@ EXTRA_OECONF = "\
   --without-libtiff \
   --with-libjpeg \
   --with-libpng \
+  --x-includes=${STAGING_INCDIR} \
+  --x-libraries=${STAGING_LIBDIR} \
 "
 
 do_compile() {