mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
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>
This commit is contained in:
parent
ee20fa2818
commit
10755be5fc
@ -320,13 +320,11 @@ ifeq ($(BR2_PACKAGE_XORG7),y)
|
|||||||
GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv
|
GST1_PLUGINS_GOOD_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXv
|
||||||
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
||||||
--enable-x \
|
--enable-x \
|
||||||
--enable-xshm \
|
|
||||||
$(if $(BR2_PACKAGE_XLIB_LIBXFIXES),xlib_libXfixes) \
|
$(if $(BR2_PACKAGE_XLIB_LIBXFIXES),xlib_libXfixes) \
|
||||||
$(if $(BR2_PACKAGE_XLIB_LIBXDAMAGE),xlib_libXdamage)
|
$(if $(BR2_PACKAGE_XLIB_LIBXDAMAGE),xlib_libXdamage)
|
||||||
else
|
else
|
||||||
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
GST1_PLUGINS_GOOD_CONF_OPTS += \
|
||||||
--disable-x \
|
--disable-x
|
||||||
--disable-xshm
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_CAIRO),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user