diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:31:14 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 11:27:33 +0100 |
commit | 83419a271f438f9b90537c7c69d8df24e5b47f39 (patch) | |
tree | 466d38fe8aedb08efd7173471f78c4010dfd077c /meta/recipes-gnome | |
parent | 2a78c7f8e04ba16a4c97947bcd24fc87617c7c26 (diff) | |
download | openembedded-core-83419a271f438f9b90537c7c69d8df24e5b47f39.tar.gz openembedded-core-83419a271f438f9b90537c7c69d8df24e5b47f39.tar.bz2 openembedded-core-83419a271f438f9b90537c7c69d8df24e5b47f39.zip |
gtk+: enable optional building of manpages
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index c7b9cb13bc..b9b4721780 100644 --- a/meta/recipes-gnome/gtk+/gtk+.inc +++ b/meta/recipes-gnome/gtk+/gtk+.inc @@ -28,8 +28,9 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" +PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" -inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection +inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection manpages PACKAGES += "libgail gtk-demo" |