[oe-commits] [openembedded-core] 10/48: gtk+3: disable gtk-doc when x11 is not available

git at git.openembedded.org git at git.openembedded.org
Wed Sep 7 23:49:20 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 52282921be277a1bda45a2f9a3abe40cbbdc97ba
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Sep 2 14:55:27 2016 +0300

    gtk+3: disable gtk-doc when x11 is not available
    
    gtk-doc requires gdk/x11/gdkx.h which is not available if gdk x11 backend is disabled
    (due to jku's patch).
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-gnome/gtk+/gtk+3.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc
index 1329557..83e9b92 100644
--- a/meta/recipes-gnome/gtk+/gtk+3.inc
+++ b/meta/recipes-gnome/gtk+/gtk+3.inc
@@ -32,6 +32,7 @@ EXTRA_OECONF += " \
                  --disable-cups \
                  --disable-colord \
                  WAYLAND_PROTOCOLS_SYSROOT_DIR=${STAGING_DIR}/${MACHINE} \
+                 ${@bb.utils.contains("DISTRO_FEATURES", "x11", "", "--disable-gtk-doc", d)} \
                  "
 EXTRA_OECONF[vardepsexclude] = "MACHINE"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list