diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-15 10:53:00 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-15 10:53:00 +0000 |
commit | 530eda4f56777002ee9cdfe2fa5f573f6a7fa224 (patch) | |
tree | d918304cc8b99b3a213eb8784b13491685f35759 /meta/packages/librsvg | |
parent | c69e329b0db74641869a69f6402506a66170e1d3 (diff) | |
download | poky-530eda4f56777002ee9cdfe2fa5f573f6a7fa224.tar.gz |
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
Diffstat (limited to 'meta/packages/librsvg')
-rw-r--r-- | meta/packages/librsvg/librsvg_2.11.1.bb | 23 | ||||
-rw-r--r-- | meta/packages/librsvg/librsvg_2.18.2.bb | 2 |
2 files changed, 1 insertions, 24 deletions
diff --git a/meta/packages/librsvg/librsvg_2.11.1.bb b/meta/packages/librsvg/librsvg_2.11.1.bb deleted file mode 100644 index 2e8fe6b104..0000000000 --- a/meta/packages/librsvg/librsvg_2.11.1.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "Library for rendering SVG files" | ||
2 | SECTION = "x11/utils" | ||
3 | DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt" | ||
4 | LICENSE = "LGPL" | ||
5 | PR = "r3" | ||
6 | |||
7 | inherit autotools pkgconfig gnome | ||
8 | |||
9 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | ||
10 | FILES_${PN} = "${libdir}/*.so.*" | ||
11 | FILES_rsvg = "${bindir}/rsvg ${bindir}/rsvg-view ${datadir}/pixmaps/svg-viewer.svg" | ||
12 | FILES_librsvg-gtk = "${libdir}/gtk-2.0/*/*/*.so" | ||
13 | FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \ | ||
14 | ${libdir}/gtk-2.0/*/loaders/*.*a \ | ||
15 | ${libdir}/gtk-2.0/*/engines/*.*a" | ||
16 | FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ | ||
17 | ${libdir}/gtk-2.0/*/*/.debug" | ||
18 | |||
19 | EXTRA_OECONF = "--disable-mozilla-plugin --disable-gnome-vfs" | ||
20 | |||
21 | do_stage() { | ||
22 | autotools_stage_all | ||
23 | } | ||
diff --git a/meta/packages/librsvg/librsvg_2.18.2.bb b/meta/packages/librsvg/librsvg_2.18.2.bb index 1279606e14..1f220e23f1 100644 --- a/meta/packages/librsvg/librsvg_2.18.2.bb +++ b/meta/packages/librsvg/librsvg_2.18.2.bb | |||
@@ -3,7 +3,7 @@ SECTION = "x11/utils" | |||
3 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" | 3 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | 5 | ||
6 | EXTRA_OECONF = "--disable-mozilla-plugin" | 6 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
7 | 7 | ||
8 | inherit autotools pkgconfig gnome | 8 | inherit autotools pkgconfig gnome |
9 | 9 | ||