mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
gst1-plugins-bad: waylandsink needs wayland-protocols
Signed-off-by: Peter Seiderer <ps.report@gmx.net> ---- Changes v1 -> v2: - use select instead of depends for BR2_PACKAGE_WAYLAND_PROTOCOLS (suggested by Thomas Petazzoni) - add select BR2_PACKAGE_WAYLAND_PROTOCOLS to missing second place (BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7665b58709
commit
5a2d37ca12
@ -112,6 +112,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND
|
|||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
|
depends on BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_EGL
|
||||||
depends on BR2_PACKAGE_WAYLAND
|
depends on BR2_PACKAGE_WAYLAND
|
||||||
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
|
select BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_HAS_WINDOW
|
||||||
|
|
||||||
comment "wayland needs the egl platform and the wayland package"
|
comment "wayland needs the egl platform and the wayland package"
|
||||||
@ -686,6 +687,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC
|
|||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND
|
||||||
bool "wayland"
|
bool "wayland"
|
||||||
depends on BR2_PACKAGE_WAYLAND
|
depends on BR2_PACKAGE_WAYLAND
|
||||||
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Wayland Video Sink
|
Wayland Video Sink
|
||||||
|
@ -121,7 +121,7 @@ endif
|
|||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND)$(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND),)
|
ifneq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_LIB_OPENGL_WAYLAND)$(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND),)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-wayland
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-wayland
|
||||||
GST1_PLUGINS_BAD_DEPENDENCIES += wayland
|
GST1_PLUGINS_BAD_DEPENDENCIES += wayland wayland-protocols
|
||||||
else
|
else
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-wayland
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-wayland
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user