From: Grazvydas Ignotas Date: Thu, 2 Oct 2014 00:59:44 +0000 (+0300) Subject: gtk+: add some missed backport stuff X-Git-Tag: sz_173~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7201a2d05098cad116feb401bf6d5c24c2140964;p=openembedded.git gtk+: add some missed backport stuff --- diff --git a/recipes/gdk-pixbuf/gdk-pixbuf_2.30.8.bb b/recipes/gdk-pixbuf/gdk-pixbuf_2.30.8.bb index c3422d807c..024147a8ae 100644 --- a/recipes/gdk-pixbuf/gdk-pixbuf_2.30.8.bb +++ b/recipes/gdk-pixbuf/gdk-pixbuf_2.30.8.bb @@ -73,6 +73,9 @@ python populate_packages_prepend () { } do_install_append_virtclass-native() { + GDK_PIXBUF_MODULEDIR=${D}${libdir}/gdk-pixbuf-2.0/2.10.0/loaders ${S}/gdk-pixbuf/gdk-pixbuf-query-loaders > ${D}${libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache + sed -i -e 's#${D}##g' ${D}${libdir}/gdk-pixbuf-2.0/2.10.0/loaders.cache + find ${D}${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; create_wrapper ${D}/${bindir}/gdk-pixbuf-csource \ diff --git a/recipes/gtk+/gtk+_2.24.8.bb b/recipes/gtk+/gtk+_2.24.8.bb index ab4a5b0500..ba9fdf3b52 100644 --- a/recipes/gtk+/gtk+_2.24.8.bb +++ b/recipes/gtk+/gtk+_2.24.8.bb @@ -12,7 +12,8 @@ SECTION = "libs" DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ gtk-doc-native docbook-utils-native libxrandr libgcrypt \ libxdamage libxrender libxcomposite cairo gdk-pixbuf" -DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native libgcrypt-native" +DEPENDS_virtclass-native = "libpng-native atk-native pango-native \ + cairo-native libxrender-native libxext-native libgcrypt-native gdk-pixbuf-native" inherit autotools pkgconfig