mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b9f3aa004f
commit
6ff457ae91
@@ -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}"
|
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
|
# 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[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"
|
PACKAGES += "libgail gtk-demo"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user