mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/webkitgtk: fix gstreamer-gl dependency
The gstreamer1 opengl plugin was moved from gst1-plugins-bad to gst1-plugins-base so we need to update webkitgtk to depend on the correct package. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
1b2319f931
commit
b70e999e84
@ -108,8 +108,7 @@ if BR2_PACKAGE_WEBKITGTK_MULTIMEDIA
|
|||||||
config BR2_PACKAGE_WEBKITGTK_USE_GSTREAMER_GL
|
config BR2_PACKAGE_WEBKITGTK_USE_GSTREAMER_GL
|
||||||
bool "use gstreamer-gl"
|
bool "use gstreamer-gl"
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
|
depends on BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_OPENGL
|
||||||
select BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL
|
|
||||||
help
|
help
|
||||||
Use the GStreamer GL elements for handling video content.
|
Use the GStreamer GL elements for handling video content.
|
||||||
This is recommended as it improves performance of video
|
This is recommended as it improves performance of video
|
||||||
|
@ -100,7 +100,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_WEBKITGTK_USE_GSTREAMER_GL),y)
|
ifeq ($(BR2_PACKAGE_WEBKITGTK_USE_GSTREAMER_GL),y)
|
||||||
WEBKITGTK_CONF_OPTS += -DUSE_GSTREAMER_GL=ON
|
WEBKITGTK_CONF_OPTS += -DUSE_GSTREAMER_GL=ON
|
||||||
WEBKITGTK_DEPENDENCIES += gst1-plugins-bad
|
|
||||||
else
|
else
|
||||||
WEBKITGTK_CONF_OPTS += -DUSE_GSTREAMER_GL=OFF
|
WEBKITGTK_CONF_OPTS += -DUSE_GSTREAMER_GL=OFF
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user