From aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Nov 2013 20:28:55 +0000 Subject: librsvg: move gdk-pixbuf-native dependency This dependency is only needed by the gdk-pixbuf loader PACKAGECONFIG, so move it there. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/librsvg/librsvg_2.40.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-gnome') diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.0.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.0.bb index 143d1ef9ed..de262f0793 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.0.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.0.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" SECTION = "x11/utils" -DEPENDS = "gdk-pixbuf-native cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" +DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" BBCLASSEXTEND = "native" inherit autotools pkgconfig gnomebase gtk-doc pixbufcache @@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-introspection --disable-vala" PACKAGECONFIG ??= "gdkpixbuf" # The gdk-pixbuf loader -PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader" +PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-pixbuf-native" # GTK+ test application (rsvg-view) PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3" -- cgit 1.2.3-korg