package/gstreamer1/gstreamer1-editing-services: disable introspection
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 20 Aug 2020 18:32:10 +0000 (20:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 20 Aug 2020 22:01:20 +0000 (00:01 +0200)
Disable introspection as it raises a build failure with autotools.
It could be enabled after bumping to upcoming 1.18.x and switching to
messon. We can't switch now as version 1.16.2 don't allow to disable
examples/tools through meson

Fixes:
 - http://autobuild.buildroot.org/results/36eb875fba2847b32df05f31d8f8ca9f0ecde36f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer1/gstreamer1-editing-services/gstreamer1-editing-services.mk

index e2bb747d0a72bda865663171167be35c59db2239..4b0b61e877ae2c5f54c80acc24c298bcb5f309fc 100644 (file)
@@ -18,7 +18,9 @@ GSTREAMER1_EDITING_SERVICES_DEPENDENCIES = \
        $(if $(BR2_PACKAGE_GST1_VALIDATE),gst1-validate) \
        libxml2
 
-GSTREAMER1_EDITING_SERVICES_CONF_OPTS = --disable-benchmarks
+GSTREAMER1_EDITING_SERVICES_CONF_OPTS = \
+       --disable-benchmarks \
+       --disable-introspection
 
 # examples need GTK2/3 with X11 backend
 ifneq ($(BR2_PACKAGE_LIBGTK2)$(BR2_PACKAGE_LIBGTK3_X11),)