diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:28:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:19 +0100 |
commit | cd567ae64b0f1d91b2c2507a786dea23ed96ba78 (patch) | |
tree | cec4b9567f2fc5dabe11a3a966fb349dfbc2f057 /meta | |
parent | cb72e3d2f355fd7555eb2e492bed5b9d81d961b6 (diff) | |
download | poky-cd567ae64b0f1d91b2c2507a786dea23ed96ba78.tar.gz |
glib: enable optional building of manpages
(From OE-Core rev: e9c8421023b180b6533aa6f580044069538ecd22)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 906e0d4d56..07d8734d7c 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -26,15 +26,16 @@ PACKAGES += "${PN}-codegen ${PN}-utils" | |||
26 | 26 | ||
27 | LEAD_SONAME = "libglib-2.0.*" | 27 | LEAD_SONAME = "libglib-2.0.*" |
28 | 28 | ||
29 | inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache python3native | 29 | inherit autotools gettext gtk-doc pkgconfig ptest-gnome upstream-version-is-even bash-completion gio-module-cache python3native manpages |
30 | 30 | ||
31 | S = "${WORKDIR}/glib-${PV}" | 31 | S = "${WORKDIR}/glib-${PV}" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "system-pcre" | 33 | PACKAGECONFIG ??= "system-pcre" |
34 | # To use the system pcre it must be configured with --enable-unicode-properties | 34 | # To use the system pcre it must be configured with --enable-unicode-properties |
35 | PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" | 35 | PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" |
36 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | ||
36 | 37 | ||
37 | CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap --disable-man" | 38 | CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap" |
38 | 39 | ||
39 | PRINTF = "--enable-included-printf=no" | 40 | PRINTF = "--enable-included-printf=no" |
40 | PRINTF_darwin = "--enable-included-printf=yes" | 41 | PRINTF_darwin = "--enable-included-printf=yes" |