package/wpewebkit: make gst-gl depend on _HAS_PLATFORM
The GStreamer-GL usage in WPE WebKit is usable as long as GStreamer is configured with a valid platform API (GLX+OpenGL, EGL+OpenGL, EGL+GLES, etc.), which is exactly what the symbol BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_HAS_PLATFORM represents. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
7d47e5c284
commit
2e53ee4f01
@ -110,7 +110,7 @@ if BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA
|
||||
config BR2_PACKAGE_WPEWEBKIT_USE_GSTREAMER_GL
|
||||
bool "use gstreamer-gl"
|
||||
default y
|
||||
depends on BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_OPENGL
|
||||
depends on BR2_PACKAGE_GST1_PLUGINS_BASE_LIB_OPENGL_HAS_PLATFORM
|
||||
help
|
||||
Use the GStreamer GL elements for handling video content.
|
||||
This is recommended as it improves performance of video
|
||||
|
Loading…
Reference in New Issue
Block a user