summaryrefslogtreecommitdiffstats
path: root/meta/packages/librsvg/librsvg_2.18.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-10-15 10:53:00 +0000
committerRichard Purdie <richard@openedhand.com>2007-10-15 10:53:00 +0000
commit530eda4f56777002ee9cdfe2fa5f573f6a7fa224 (patch)
treed918304cc8b99b3a213eb8784b13491685f35759 /meta/packages/librsvg/librsvg_2.18.2.bb
parentc69e329b0db74641869a69f6402506a66170e1d3 (diff)
downloadpoky-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/librsvg_2.18.2.bb')
-rw-r--r--meta/packages/librsvg/librsvg_2.18.2.bb2
1 files changed, 1 insertions, 1 deletions
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"
3DEPENDS = "gtk+ libcroco cairo libxml2 popt" 3DEPENDS = "gtk+ libcroco cairo libxml2 popt"
4LICENSE = "LGPL" 4LICENSE = "LGPL"
5 5
6EXTRA_OECONF = "--disable-mozilla-plugin" 6EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs"
7 7
8inherit autotools pkgconfig gnome 8inherit autotools pkgconfig gnome
9 9