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-24 12:25:32 +0000 |
| commit | c536fe2bd42deb08a1a97ec58a6b248d4df9d5e0 (patch) | |
| tree | db0cbad4ce155a88aaaa596ffceea80280fffada | |
| parent | 6734f82003b38e432a9c47ab3e64b735043557c7 (diff) | |
| download | poky-c536fe2bd42deb08a1a97ec58a6b248d4df9d5e0.tar.gz | |
librsvg: move gdk-pixbuf-native dependency
This dependency is only needed by the gdk-pixbuf loader PACKAGECONFIG, so move
it there.
(From OE-Core rev: aef01dc9fed0c54dc6a0ebfde5b53b6400aa3cef)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 \ | |||
| 7 | file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" | 7 | file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" |
| 8 | 8 | ||
| 9 | SECTION = "x11/utils" | 9 | SECTION = "x11/utils" |
| 10 | DEPENDS = "gdk-pixbuf-native cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" | 10 | DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango" |
| 11 | BBCLASSEXTEND = "native" | 11 | BBCLASSEXTEND = "native" |
| 12 | 12 | ||
| 13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache | 13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache |
| @@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-introspection --disable-vala" | |||
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "gdkpixbuf" | 26 | PACKAGECONFIG ??= "gdkpixbuf" |
| 27 | # The gdk-pixbuf loader | 27 | # The gdk-pixbuf loader |
| 28 | PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader" | 28 | PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-pixbuf-native" |
| 29 | # GTK+ test application (rsvg-view) | 29 | # GTK+ test application (rsvg-view) |
| 30 | PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3" | 30 | PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3" |
| 31 | 31 | ||
