mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6734f82003
commit
c536fe2bd4
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|||||||
file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6"
|
file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6"
|
||||||
|
|
||||||
SECTION = "x11/utils"
|
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"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
inherit autotools pkgconfig gnomebase gtk-doc pixbufcache
|
inherit autotools pkgconfig gnomebase gtk-doc pixbufcache
|
||||||
@@ -25,7 +25,7 @@ EXTRA_OECONF = "--disable-introspection --disable-vala"
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "gdkpixbuf"
|
PACKAGECONFIG ??= "gdkpixbuf"
|
||||||
# The gdk-pixbuf loader
|
# 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)
|
# GTK+ test application (rsvg-view)
|
||||||
PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3"
|
PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user