From 54cfea29b1af7ab1302cd9dd5204a07a0b4a2ef3 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Tue, 17 Jul 2018 09:03:02 +0200 Subject: [PATCH] gstreamer1.0-plugins-base: Fix OpenGL packageconfig The OpenGL stack in gstreamer1.0-plugins-base also needs EGL in order for its OpenGL ES 2.x support to work Signed-off-by: Carlos Rafael Giani Signed-off-by: Fabio Berton --- .../gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend index 15a735d4..4b386511 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend @@ -1,2 +1,2 @@ PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" -PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" +PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" -- 2.40.1