From: Peter Seiderer Date: Tue, 13 Oct 2015 21:12:34 +0000 (+0200) Subject: gst1-plugins-good: update configure options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10755be5fcbc557e5a0eddec9bcdb1c3edfe309f;p=buildroot.git gst1-plugins-good: update configure options - remove legacy '--enable-xshm/--disable-xshm' option Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk b/package/gstreamer1/gst1-plugins-good/gst1-plugins-good.mk index dd19594a7a..fbc338a78a 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)