From: Otavio Salvador Date: Sun, 12 Apr 2020 21:42:57 +0000 (-0300) Subject: gstreamer1.0-plugins-base: Add gbm window system for mainline BSP X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4034db01ae39628f98d3239870608a1223ae3f3b;p=meta-freescale.git gstreamer1.0-plugins-base: Add gbm window system for mainline BSP When using mainline BSP we need to enable the gbm window system. Signed-off-by: Otavio Salvador --- diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.%.bbappend index 8565c6a5..d92bdf3c 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.%.bbappend @@ -1,3 +1,5 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" -PACKAGECONFIG_GL_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" + +# For mainline BSP we need to enable 'gbm' Window system +PACKAGECONFIG_GL_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl gbm', '', d)}"