diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-11 15:15:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-07-11 15:15:48 +0000 |
commit | f5e5977347e8c8be65b85c539b966a993b1d988c (patch) | |
tree | f56ee05dfab2db425fa9de1c64951f7e11d6783c /meta/packages | |
parent | d4a49a09d9aec8cdc99f8491f80905d0841121a4 (diff) | |
download | poky-f5e5977347e8c8be65b85c539b966a993b1d988c.tar.gz |
librsvg: disable gnome-vfs support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2165 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/librsvg/librsvg_2.11.1.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/librsvg/librsvg_2.11.1.bb b/meta/packages/librsvg/librsvg_2.11.1.bb index e9100bc643..2e8fe6b104 100644 --- a/meta/packages/librsvg/librsvg_2.11.1.bb +++ b/meta/packages/librsvg/librsvg_2.11.1.bb | |||
@@ -2,9 +2,7 @@ DESCRIPTION = "Library for rendering SVG files" | |||
2 | SECTION = "x11/utils" | 2 | SECTION = "x11/utils" |
3 | DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt" | 3 | DEPENDS = "gtk+ libcroco libart-lgpl libxml2 popt" |
4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
5 | PR = "r2" | 5 | PR = "r3" |
6 | |||
7 | EXTRA_OECONF = "--disable-mozilla-plugin" | ||
8 | 6 | ||
9 | inherit autotools pkgconfig gnome | 7 | inherit autotools pkgconfig gnome |
10 | 8 | ||
@@ -18,7 +16,7 @@ FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \ | |||
18 | FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ | 16 | FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ |
19 | ${libdir}/gtk-2.0/*/*/.debug" | 17 | ${libdir}/gtk-2.0/*/*/.debug" |
20 | 18 | ||
21 | EXTRA_OECONF = "--disable-mozilla-plugin" | 19 | EXTRA_OECONF = "--disable-mozilla-plugin --disable-gnome-vfs" |
22 | 20 | ||
23 | do_stage() { | 21 | do_stage() { |
24 | autotools_stage_all | 22 | autotools_stage_all |