diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-20 20:28:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-22 13:59:36 +0000 |
commit | aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef (patch) | |
tree | 903f0091871bda478212615032d65f0cb0353adc /meta/recipes-gnome/librsvg | |
parent | c28bb9126eed92c13a50a2557eb48402a9d12537 (diff) | |
download | openembedded-core-aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef.tar.gz openembedded-core-aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef.tar.bz2 openembedded-core-aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef.zip |
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 <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |