diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-10-15 12:12:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-10-15 12:12:15 +0000 |
| commit | 38edf0a1dcf0db23019d692c1ac20f8876e05e53 (patch) | |
| tree | 876f556bbd8b270fc481ccd0f390334e0cd5cf3c /meta | |
| parent | c27b41f4c4719c000ab44aaf7fe58f82319e0b9d (diff) | |
| download | poky-38edf0a1dcf0db23019d692c1ac20f8876e05e53.tar.gz | |
librsvg: Remove duplicate EXTRA_OECONF line
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2879 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/librsvg/librsvg_2.18.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/librsvg/librsvg_2.18.2.bb b/meta/packages/librsvg/librsvg_2.18.2.bb index ce703b4ccc..fa02a25d57 100644 --- a/meta/packages/librsvg/librsvg_2.18.2.bb +++ b/meta/packages/librsvg/librsvg_2.18.2.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "Library for rendering SVG files" | |||
| 2 | SECTION = "x11/utils" | 2 | SECTION = "x11/utils" |
| 3 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" | 3 | DEPENDS = "gtk+ libcroco cairo libxml2 popt" |
| 4 | LICENSE = "LGPL" | 4 | LICENSE = "LGPL" |
| 5 | PR = "r1" | 5 | PR = "r2" |
| 6 | 6 | ||
| 7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 7 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
| 8 | 8 | ||
| @@ -21,8 +21,6 @@ FILES_librsvg-gtk-dev += "${libdir}/gtk-2.0/*.*a \ | |||
| 21 | FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ | 21 | FILES_librsvg-gtk-dbg += "${libdir}/gtk-2.0/.debug \ |
| 22 | ${libdir}/gtk-2.0/*/*/.debug" | 22 | ${libdir}/gtk-2.0/*/*/.debug" |
| 23 | 23 | ||
| 24 | EXTRA_OECONF = "--disable-mozilla-plugin" | ||
| 25 | |||
| 26 | do_stage() { | 24 | do_stage() { |
| 27 | autotools_stage_all | 25 | autotools_stage_all |
| 28 | } | 26 | } |
