package/wpewebkit: make gst-gl depend on _HAS_PLATFORM
authorAdrian Perez de Castro <aperez@igalia.com>
Wed, 19 May 2021 21:42:00 +0000 (00:42 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 21 May 2021 16:52:17 +0000 (18:52 +0200)
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>
package/wpewebkit/Config.in

index c8c66e8458a80c58655e69c421590c7e0c32e37f..04b2bf3beb7a1c3f5da67c745778e07c588849a1 100644 (file)
@@ -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