summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.40.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
index 34d8ca1bf8..e2b26f5ae7 100644
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
+++ b/meta/recipes-gnome/librsvg/librsvg_2.40.2.bb
@@ -22,6 +22,10 @@ SRC_URI[archive.sha256sum] = "48049b643294636df7de1a4b997414d699666f5dc44776945c
22 22
23EXTRA_OECONF = "--disable-introspection --disable-vala" 23EXTRA_OECONF = "--disable-introspection --disable-vala"
24 24
25# The older ld (2.22) on the host (Centos 6.5) doesn't have the
26# -Bsymbolic-functions option, we can disable it for native.
27EXTRA_OECONF_append_class-native = " --enable-Bsymbolic=auto"
28
25PACKAGECONFIG ??= "gdkpixbuf" 29PACKAGECONFIG ??= "gdkpixbuf"
26# The gdk-pixbuf loader 30# The gdk-pixbuf loader
27PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-pixbuf-native" 31PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-pixbuf-native"