]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: configure needs a native gdk-pixbuf binary
authorSaul Wold <sgw@linux.intel.com>
Mon, 10 Jun 2013 17:24:00 +0000 (10:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Jun 2013 14:36:18 +0000 (15:36 +0100)
Build failure was seen on the autobuilder, so add gdk-pixbuf-native to depends list

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-gnome/librsvg/librsvg_2.32.1.bb

index 9b1e0ecbe720f581969c7f9edf09f255b96fc655..4818422e72fe118d65322a7f2fa3953917f1023f 100644 (file)
@@ -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"