Commit 10755be5 authored by Peter Seiderer's avatar Peter Seiderer Committed by Thomas Petazzoni
Browse files

gst1-plugins-good: update configure options



- remove legacy '--enable-xshm/--disable-xshm' option

Signed-off-by: default avatarPeter Seiderer <ps.report@gmx.net>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent ee20fa28
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)