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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Alexander Kanavin
2016-08-26 18:37:53 +03:00
committed by Martin Jansa
parent 13b511cd52
commit f119c2a2f9
9 changed files with 13 additions and 5 deletions
@@ -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"
@@ -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"