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-multimedia/parole/parole_0.8.1.bb | 2 ++ meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb b/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb index f27396c008..824611abe4 100644 --- a/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb +++ b/meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb @@ -24,6 +24,8 @@ SRC_URI[sha256sum] = "4b216f5200490f8d2a9bf1b3fcd9a8b20834c95249bf13b9170c82e1fc RDEPENDS_${PN} += "gstreamer1.0-plugins-good" +EXTRA_OECONF = "--disable-gtk-doc" + PACKAGECONFIG ??= "notify" PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter" PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" 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 1.2.3-korg