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-oe/recipes-gnome/libglade/libglade_2.6.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-gnome') diff --git a/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb b/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb index 553e19c601..8cd023a509 100644 --- a/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb @@ -20,7 +20,7 @@ SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environm SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139" SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec" -EXTRA_OECONF += "--without-libxml2" +EXTRA_OECONF += "--without-libxml2 --disable-gtk-doc" CFLAGS += "-lz" -- cgit v1.2.3-54-g00ecf