Skip to content

gstreamer1.0-plugins-base: Fix OpenGL setup by enabling GBM

Frieder Schrempf requested to merge feature/gsteamer-build-gl-fix into develop-dunfell

With no window manager like X11 or Wayland available, we need to use the GBM backend in order to use OpenGL with GStreamer. Enabling it prevents a build error with gstreamer1.0-plugins-bad which expects the gstreamer-gl module to be avialable when opengl is enabled in DISTRO_FEATURES.

Merge request reports