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 16:15:20 +0100 |
commit | 6ff457ae918e6d4ae006f332ccef2e9c9a2b5c71 (patch) | |
tree | aefa969e619e25414a0b184c005339fc3c4226a3 /meta/recipes-gnome | |
parent | b9f3aa004f84599a114852e6084d018539f44b07 (diff) | |
download | poky-6ff457ae918e6d4ae006f332ccef2e9c9a2b5c71.tar.gz |
gtk+: enable optional building of manpages
(From OE-Core rev: 83419a271f438f9b90537c7c69d8df24e5b47f39)
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/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)} | |||
28 | PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" | 28 | PACKAGECONFIG[x11] = "--with-x=yes --with-gdktarget=x11,--with-x=no,${X11DEPENDS}" |
29 | # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE | 29 | # without --with-gdktarget=directfb it will check for cairo-xlib which isn't available without X11 DISTRO_FEATURE |
30 | PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" | 30 | PACKAGECONFIG[directfb] = "--with-gdktarget=directfb,,directfb" |
31 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | ||
31 | 32 | ||
32 | inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection | 33 | inherit autotools gtk-doc pkgconfig update-alternatives gtk-immodules-cache gobject-introspection manpages |
33 | 34 | ||
34 | PACKAGES += "libgail gtk-demo" | 35 | PACKAGES += "libgail gtk-demo" |
35 | 36 | ||