summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-10-15 21:41:57 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-18 17:39:37 +0200
commit8c49041bb254fd36e42ce287b167067b45941357 (patch)
tree9519390b0f48276e22aae9507713e7a59b86eb86
parent75e38abaf7bbeb45c1311c084267b5cfd723d753 (diff)
downloadbuildroot-8c49041bb254fd36e42ce287b167067b45941357.tar.gz
buildroot-8c49041bb254fd36e42ce287b167067b45941357.zip
gst1-plugins-base: update configure options
- always disable new gio_unix_2_0 option (only used for testing) [Thomas: add comment in .mk file.] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
index 08ebe03b24..2d646e0e92 100644
--- a/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
+++ b/package/gstreamer1/gst1-plugins-base/gst1-plugins-base.mk
@@ -18,10 +18,12 @@ GST1_PLUGINS_BASE_CONF_ENV =
FT2_CONFIG=/bin/false \
ac_cv_header_stdint_t="stdint.h"
+# gio_unix_2_0 is only used for tests
GST1_PLUGINS_BASE_CONF_OPTS = \
--disable-examples \
--disable-oggtest \
--disable-vorbistest \
+ --disable-gio_unix_2_0 \
--disable-freetypetest \
--disable-valgrind
OpenPOWER on IntegriCloud