summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index dc88d19d0a..35153fa2a7 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -31,6 +31,10 @@ inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even
31 31
32S = "${WORKDIR}/glib-${PV}" 32S = "${WORKDIR}/glib-${PV}"
33 33
34PACKAGECONFIG ??= "system-pcre"
35# To use the system pcre it must be configured with --enable-unicode-properties
36PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre"
37
34CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man" 38CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man"
35 39
36PRINTF = "--enable-included-printf=no" 40PRINTF = "--enable-included-printf=no"