summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-09-13 11:04:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:49:54 +0100
commit7a71050fdd0b1489c29df82b3e9b2a6da560523b (patch)
tree2342ebb4d95f5e760d77df72e6165d4c09458135 /meta/recipes-gnome/librsvg
parent602538e1c8403e8b188109ce94a906a1d9090d7e (diff)
downloadopenembedded-core-contrib-7a71050fdd0b1489c29df82b3e9b2a6da560523b.tar.gz
librsvg: --disable-gnome-vfs doesn't exist anymore, remove
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.32.1.bb4
1 files changed, 2 insertions, 2 deletions
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"