From: Saul Wold Date: Mon, 10 Jun 2013 17:24:00 +0000 (-0700) Subject: librsvg: configure needs a native gdk-pixbuf binary X-Git-Tag: 2015-4~6245 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6ea293a8696843779cb23d6176b54efcde0462ec;p=openembedded-core.git 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 --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 9b1e0ecbe7..4818422e72 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"