librsvg: Remove duplicate EXTRA_OECONF line

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2879 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-10-15 12:12:15 +00:00
parent c27b41f4c4
commit 38edf0a1dc

View 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
}