diff options
| -rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb index dcacce4b00..2bc1624df9 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
| 7 | file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" | 7 | file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6" |
| 8 | 8 | ||
| 9 | SECTION = "x11/utils" | 9 | SECTION = "x11/utils" |
| 10 | DEPENDS = "gtk+ cairo libxml2" | 10 | DEPENDS = "cairo glib-2.0 gdk-pixbuf fontconfig freetype libxml2 pango" |
| 11 | DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native" | 11 | DEPENDS_class-native = "cairo-native pango-native gdk-pixbuf-native" |
| 12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
| 13 | 13 | ||
| @@ -17,11 +17,14 @@ inherit autotools pkgconfig gnome gtk-doc pixbufcache | |||
| 17 | 17 | ||
| 18 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" | 18 | EXTRA_OECONF = "--disable-mozilla-plugin --without-svgz" |
| 19 | 19 | ||
| 20 | PACKAGECONFIG ??= "croco" | 20 | PACKAGECONFIG ??= "croco gdkpixbuf" |
| 21 | # When native we can manage without croco, as it's only for GTK+ | ||
| 22 | PACKAGECONFIG_class-native = "" | ||
| 23 | 21 | ||
| 22 | # Support embedded CSS stylesheets (recommended upstream) | ||
| 24 | PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco" | 23 | PACKAGECONFIG[croco] = "--with-croco,--without-croco,libcroco" |
| 24 | # gdk-pixbuf loader | ||
| 25 | PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader" | ||
| 26 | # GTK+ 2 theme engine | ||
| 27 | PACKAGECONFIG[gtk] = "--enable-gtk-theme,--disable-gtk-theme,gtk+" | ||
| 25 | 28 | ||
| 26 | SRC_URI += "file://doc_Makefile.patch \ | 29 | SRC_URI += "file://doc_Makefile.patch \ |
| 27 | file://librsvg-CVE-2011-3146.patch \ | 30 | file://librsvg-CVE-2011-3146.patch \ |
