From 4ae784574dad439bf044888fa0e97b1c00ac60c0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 8 Oct 2008 09:28:53 +0000 Subject: gdk-pixbuf-csource-native: Add libx11-native to DEPENDS and explicitly set X search paths 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb index 2af16a344b..338d66e9f0 100644 --- a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb +++ b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb @@ -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() { -- cgit 1.2.3-korg