librsvg: configure needs a native gdk-pixbuf binary

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

(From OE-Core rev: 6ea293a8696843779cb23d6176b54efcde0462ec)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-06-10 10:24:00 -07:00 committed by Richard Purdie
parent d5f593c25f
commit 69a6023502
1 changed files with 1 additions and 0 deletions

View 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"