From f119c2a2f955b2eaa9ac5fca3ecac695acc096fc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 26 Aug 2016 18:37:53 +0300 Subject: gtk-doc: disable where necessary Several recipes in meta-oe layers are so old that they don't work with modern gtk-doc (which was added and enabled by default in oe-core); disable that where it is necessary for the build to succeed. Signed-off-by: Alexander Kanavin Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-xfce/recipes-xfce') diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb index 81f6ce1695..81143b5a5b 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb @@ -10,4 +10,6 @@ SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.pat SRC_URI[md5sum] = "aba62b80787aac295083bf7afd419ffb" SRC_URI[sha256sum] = "787dc859713b6518992d760d4b858fb02e8a30705e6f6e871d7a14cc97bca972" +EXTRA_OECONF = "--disable-gtk-doc" + FILES_${PN} += "${datadir}/desktop-directories" -- cgit v1.2.3-54-g00ecf