From: Ross Burton Date: Thu, 13 Sep 2012 10:04:29 +0000 (+0100) Subject: librsvg: --disable-gnome-vfs doesn't exist anymore, remove X-Git-Tag: 2015-4~9141 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7a71050fdd0b1489c29df82b3e9b2a6da560523b;p=openembedded-core.git librsvg: --disable-gnome-vfs doesn't exist anymore, remove Signed-off-by: Ross Burton Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index 6eba68681b..364f6f2122 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb @@ -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"