[oe-commits] Ross Burton : librsvg: tell configure where gdk-pixbuf-query-loaders is

git at git.openembedded.org git at git.openembedded.org
Sat Sep 26 17:14:28 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 5fe4112ccd75858cdab8ba18eb6b1d9d5829f186
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5fe4112ccd75858cdab8ba18eb6b1d9d5829f186

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Sep 25 23:25:13 2015 +0100

librsvg: tell configure where gdk-pixbuf-query-loaders is

Now that gdk-pixbuf-query-loaders isn't in the path, tell configure where to
find it.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-gnome/librsvg/librsvg_2.40.10.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
index a8b0e4f..06552c2 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb
@@ -17,6 +17,8 @@ SRC_URI += "file://gtk-option.patch"
 SRC_URI[archive.md5sum] = "fadebe2e799ab159169ee3198415ff85"
 SRC_URI[archive.sha256sum] = "965c807438ce90b204e930ff80c92eba1606a2f6fd5ccfd09335c99896dd3479"
 
+CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders"
+
 EXTRA_OECONF = "--disable-introspection --disable-vala"
 
 # The older ld (2.22) on the host (Centos 6.5) doesn't have the



More information about the Openembedded-commits mailing list