diff options
Diffstat (limited to 'meta/recipes-gnome/librsvg')
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index a3e8f0f8ed..6eba68681b 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | |||
@@ -11,9 +11,9 @@ DEPENDS = "gtk+ libcroco cairo libxml2 popt" | |||
11 | DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" | 11 | DEPENDS_virtclass-native = "cairo-native pango-native gdk-pixbuf-native" |
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | PR = "r6" | 14 | PR = "r7" |
15 | 15 | ||
16 | inherit autotools pkgconfig gnome | 16 | inherit autotools pkgconfig gnome gtk-doc |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" | 18 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz --without-croco --disable-gnome-vfs" |
19 | 19 | ||
@@ -24,7 +24,6 @@ SRC_URI[archive.sha256sum] = "91b98051f352fab8a6257688d6b2fd665b4648ed66144861f2 | |||
24 | 24 | ||
25 | do_configure_prepend () { | 25 | do_configure_prepend () { |
26 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" | 26 | export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-2.0/version/loaders" |
27 | echo "CLEANFILES=" > gtk-doc.make | ||
28 | } | 27 | } |
29 | 28 | ||
30 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" | 29 | PACKAGES =+ "librsvg-gtk librsvg-gtk-dbg librsvg-gtk-dev rsvg" |