aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-06-10 10:24:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-11 15:36:18 +0100
commit6ea293a8696843779cb23d6176b54efcde0462ec (patch)
treec38492b9bd30c38e50ce3a68599f603c5fe980ca /meta/recipes-gnome
parent1195a188f366fbbb04b9379d7ea3c7c02130cc98 (diff)
downloadopenembedded-core-6ea293a8696843779cb23d6176b54efcde0462ec.tar.gz
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@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.1.bb1
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 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"