[oe-commits] Saul Wold : librsvg: configure needs a native gdk-pixbuf binary

git at git.openembedded.org git at git.openembedded.org
Tue Jun 11 14:31:53 UTC 2013


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Jun 10 10:24:00 2013 -0700

librsvg: configure needs a native gdk-pixbuf binary

Build failure was seen on the autobuilder, so add gdk-pixbuf-native to depends list

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
index 9b1e0ec..4818422 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SECTION = "x11/utils"
 DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango"
+DEPENDS += "gdk-pixbuf-native"
 BBCLASSEXTEND = "native"
 
 PR = "r12"



More information about the Openembedded-commits mailing list