summaryrefslogtreecommitdiff
path: root/package/gstreamer1/gst1-plugins-good
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2015-10-13 23:12:34 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-13 23:29:08 +0200
commit10755be5fcbc557e5a0eddec9bcdb1c3edfe309f (patch)
tree5f16c9047d4157cedc29e3e7736d4703022b6795 /package/gstreamer1/gst1-plugins-good
parentee20fa2818b32b073f8b399ea865b50abf8f6bc4 (diff)
gst1-plugins-good: update configure options
- remove legacy '--enable-xshm/--disable-xshm' option Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gstreamer1/gst1-plugins-good')
-rw-r--r--package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
index dd19594a7..fbc338a78 100644
--- a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
+++ b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk
@@ -320,13 +320,11 @@ ifeq ($(BR2_PACKAGE_XORG7),y)
GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv
GST1_PLUGINS_GOOD_CONF_OPTS += \
--enable-x \
- --enable-xshm \
$(if $(BR2_PACKAGE_XLIB_LIBXFIXES),xlib_libXfixes) \
$(if $(BR2_PACKAGE_XLIB_LIBXDAMAGE),xlib_libXdamage)
else
GST1_PLUGINS_GOOD_CONF_OPTS += \
- --disable-x \
- --disable-xshm
+ --disable-x
endif
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO),y)