librsvg: needs host-gdk-pixbuf
It's required for the gdk-pixbuf-query-loaders tool, to build the svg gdk-pixbuf module. Fixes: http://autobuild.buildroot.net/results/603/6031dbb937dadd04b6b9d1d77fc6106728502152/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
792867f94a
commit
147f1dc802
@ -11,7 +11,7 @@ LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
|
||||
LIBRSVG_INSTALL_STAGING = YES
|
||||
LIBRSVG_CONF_OPTS = --disable-tools --enable-introspection=no
|
||||
HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no
|
||||
LIBRSVG_DEPENDENCIES = cairo gdk-pixbuf libcroco libglib2 libxml2 pango \
|
||||
LIBRSVG_DEPENDENCIES = cairo host-gdk-pixbuf gdk-pixbuf libcroco libglib2 libxml2 pango \
|
||||
$(if $(BR2_PACKAGE_LIBGTK3),libgtk3)
|
||||
HOST_LIBRSVG_DEPENDENCIES = host-cairo host-gdk-pixbuf host-libcroco host-libglib2 host-libxml2 host-pango
|
||||
LIBRSVG_LICENSE = LGPLv2+
|
||||
|
Loading…
Reference in New Issue
Block a user