diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 4 |
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 @@ | |||
1 | require gtk+_${PV}.bb | 1 | require gtk+_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native" | 3 | DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native" |
4 | S = "${WORKDIR}/gtk+-${PV}" | 4 | S = "${WORKDIR}/gtk+-${PV}" |
5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" | 5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" |
6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" | 6 | SRC_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 | ||
20 | do_compile() { | 22 | do_compile() { |