mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
librsvg: Explicitly disable libgsf, croco and gnome-vfs since they're not in DEPENDS (and remove old version)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2877 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
DESCRIPTION = "Library for rendering SVG files"
|
|
||||||
SECTION = "x11/utils"
|
|
||||||
DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt"
|
|
||||||
LICENSE = "LGPL"
|
|
||||||
PR = "r3"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig gnome
|
|
||||||
|
|
||||||
PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg"
|
|
||||||
FILES_${PN} = "${libdir}/*.so.*"
|
|
||||||
FILES_rsvg = "${bindir}/rsvg ${bindir}/rsvg-view ${datadir}/pixmaps/svg-viewer.svg"
|
|
||||||
FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so"
|
|
||||||
FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \
|
|
||||||
${libdir}/gtk-2.0/*/loaders/*.*a \
|
|
||||||
${libdir}/gtk-2.0/*/engines/*.*a"
|
|
||||||
FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \
|
|
||||||
${libdir}/gtk-2.0/*/*/.debug"
|
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-mozilla-plugin --disable-gnome-vfs"
|
|
||||||
|
|
||||||
do_stage() {
|
|
||||||
autotools_stage_all
|
|
||||||
}
|
|
||||||
@@ -3,7 +3,7 @@ SECTION = "x11/utils"
|
|||||||
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
DEPENDS = "gtk+ libcroco cairo libxml2 popt"
|
||||||
LICENSE = "LGPL"
|
LICENSE = "LGPL"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-mozilla-plugin"
|
EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
|
||||||
|
|
||||||
inherit autotools pkgconfig gnome
|
inherit autotools pkgconfig gnome
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user