]> code.ossystems Code Review - openembedded-core.git/commitdiff
librsvg: Remove duplicate EXTRA_OECONF line
authorRichard Purdie <richard@openedhand.com>
Mon, 15 Oct 2007 12:12:15 +0000 (12:12 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 15 Oct 2007 12:12:15 +0000 (12:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2879 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/librsvg/librsvg_2.18.2.bb

index ce703b4ccc7eaf5f66b03e7f3690141a79fc6c04..fa02a25d57fdd396c9b2965c4802fc914a8422e1 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Library for rendering SVG files"
 SECTION = "x11/utils"
 DEPENDS = "gtk+ libcroco cairo libxml2 popt"
 LICENSE = "LGPL"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
 
@@ -21,8 +21,6 @@ FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \
 FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \
                           ${libdir}/gtk-2.0/*/*/.debug"
 
-EXTRA_OECONF = "--disable-mozilla-plugin"
-
 do_stage() {
        autotools_stage_all
 }