[oe-commits] Ross Burton : librsvg: --disable-gnome-vfs doesn't exist anymore, remove

git at git.openembedded.org git at git.openembedded.org
Fri Sep 14 08:57:03 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 7a71050fdd0b1489c29df82b3e9b2a6da560523b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7a71050fdd0b1489c29df82b3e9b2a6da560523b

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Sep 13 11:04:29 2012 +0100

librsvg: --disable-gnome-vfs doesn't exist anymore, remove

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |    4 ++--
 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 6eba686..364f6f2 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"
 





More information about the Openembedded-commits mailing list