From 9fd5e703ba9d1732dc7559763949d16dc90282ea Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 29 Sep 2016 16:31:41 +0300 Subject: json-glib: enable optional building of manpages Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb index 8df2a42b9a..4e272be330 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.2.2.bb @@ -13,6 +13,8 @@ DEPENDS = "glib-2.0" SRC_URI[archive.md5sum] = "c1daefb8d0fb59612af0c072c8aabb58" SRC_URI[archive.sha256sum] = "ea128ab52a824fcd06e5448fbb2bd8d9a13740d51c66d445828edba71321a621" -inherit gnomebase gettext lib_package gobject-introspection gtk-doc +inherit gnomebase gettext lib_package gobject-introspection gtk-doc manpages + +PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg