summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-06-07 10:47:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 17:56:24 +0100
commit0e4d2a7ce53b54bdd17bd2a8dd1537df641f5b8e (patch)
treefb6bab74a5744d751d351c991b6c8625390a5825 /meta/recipes-core/glib-2.0
parentae49d379b74bc2dd63ba3b946b3fb85726458575 (diff)
downloadpoky-0e4d2a7ce53b54bdd17bd2a8dd1537df641f5b8e.tar.gz
glib: add PACKAGECONFIG for libelf
gresource-tool has optional support for using libelf to extract resources from ELF files, so add a PACKAGECONFIG in case someone wants this. (From OE-Core rev: 93f08a036343d4df1aefe9793a7a9ab5b296f5b5) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index f645ed6f0c..31b74362e3 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -39,8 +39,9 @@ PACKAGECONFIG ??= "system-pcre libmount"
39PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" 39PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre"
40PACKAGECONFIG[libmount] = "--enable-libmount,--disable-libmount,util-linux" 40PACKAGECONFIG[libmount] = "--enable-libmount,--disable-libmount,util-linux"
41PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" 41PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native"
42PACKAGECONFIG[libelf] = "--enable-libelf,--disable-libelf,elfutils"
42 43
43CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap" 44CORECONF = "--disable-dtrace --disable-fam --disable-systemtap"
44 45
45PRINTF = "--enable-included-printf=no" 46PRINTF = "--enable-included-printf=no"
46PRINTF_darwin = "--enable-included-printf=yes" 47PRINTF_darwin = "--enable-included-printf=yes"