mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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:
parent
c27b41f4c4
commit
38edf0a1dc
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user