aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-08-26 18:37:53 +0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-05 13:30:51 +0200
commitf119c2a2f955b2eaa9ac5fca3ecac695acc096fc (patch)
tree80f7cbddff79ce8bcea50a6bd73e457abff7da4d /meta-xfce/recipes-multimedia
parent13b511cd526addc5fde68c9ebf302e3674f0d73a (diff)
downloadmeta-openembedded-contrib-f119c2a2f955b2eaa9ac5fca3ecac695acc096fc.tar.gz
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>
Diffstat (limited to 'meta-xfce/recipes-multimedia')
-rw-r--r--meta-xfce/recipes-multimedia/parole/parole_0.8.1.bb2
1 files changed, 2 insertions, 0 deletions
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"