summaryrefslogtreecommitdiffstats
path: root/meta/packages/gtk+
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-08 09:28:53 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-08 09:28:53 +0000
commit4ae784574dad439bf044888fa0e97b1c00ac60c0 (patch)
tree82c9953cf0a31cdbbf3edc253c7d62f8d46bbbbb /meta/packages/gtk+
parent25e4a631a05f68b6883b57d554f3f89156a8b34d (diff)
downloadpoky-4ae784574dad439bf044888fa0e97b1c00ac60c0.tar.gz
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
Diffstat (limited to 'meta/packages/gtk+')
-rw-r--r--meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb4
1 files changed, 3 insertions, 1 deletions
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 @@
1require gtk+_${PV}.bb 1require gtk+_${PV}.bb
2inherit native 2inherit native
3DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native" 3DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native"
4S = "${WORKDIR}/gtk+-${PV}" 4S = "${WORKDIR}/gtk+-${PV}"
5FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" 5FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files"
6SRC_URI += "file://reduce-dependencies.patch;patch=1" 6SRC_URI += "file://reduce-dependencies.patch;patch=1"
@@ -15,6 +15,8 @@ EXTRA_OECONF = "\
15 --without-libtiff \ 15 --without-libtiff \
16 --with-libjpeg \ 16 --with-libjpeg \
17 --with-libpng \ 17 --with-libpng \
18 --x-includes=${STAGING_INCDIR} \
19 --x-libraries=${STAGING_LIBDIR} \
18" 20"
19 21
20do_compile() { 22do_compile() {