summaryrefslogtreecommitdiffstats
path: root/package/gstreamer1/gst1-plugins-base
diff options
context:
space:
mode:
authorAdam Duskett <aduskett@gmail.com>2018-07-29 15:19:19 -0400
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-31 22:56:22 +0200
commit73fd5befdda19bc46aa3209e64aed85f19bbf83f (patch)
treef221118d30865c05b43f516cb89e428324a76dd7 /package/gstreamer1/gst1-plugins-base
parent89bf52c8e655081836eab06076b843b0760e0264 (diff)
downloadbuildroot-73fd5befdda19bc46aa3209e64aed85f19bbf83f.tar.gz
buildroot-73fd5befdda19bc46aa3209e64aed85f19bbf83f.zip
gstreamer1: explicitly disable introspection
To get GStreamer ready for introspection, we must first explicitly disable gstreamer1, plugins base and plugins bad from using introspection. If not, adding the gobject-introspection will result in these packages failing to build because setting the _GIR_EXTRA_LIBS_PATH variable is required. The other gstreamer1 packages do not require setting the _GIR_EXTRA_LIBS_PATH variable. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-base')
-rw-r--r--package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 36440ef5fa..10b1fec439 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -14,7 +14,8 @@ GST1_PLUGINS_BASE_LICENSE = LGPL-2.0+, LGPL-2.1+
# gio_unix_2_0 is only used for tests
GST1_PLUGINS_BASE_CONF_OPTS = \
--disable-examples \
- --disable-valgrind
+ --disable-valgrind \
+ --disable-introspection
# Options which require currently unpackaged libraries
GST1_PLUGINS_BASE_CONF_OPTS += \
OpenPOWER on IntegriCloud