mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
librsvg: --disable-gnome-vfs doesn't exist anymore, remove
(From OE-Core rev: 7a71050fdd0b1489c29df82b3e9b2a6da560523b) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
56d8665f12
commit
1f6566c8a7
@@ -11,11 +11,11 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||
DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native"
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
PR = "r7"
|
||||
PR = "r8"
|
||||
|
||||
inherit autotools pkgconfig gnome gtk-doc
|
||||
|
||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco"
|
||||
|
||||
SRC_URI += "file://doc_Makefile.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user