From: Carlos Rafael Giani Date: Tue, 17 Jul 2018 07:03:02 +0000 (+0200) Subject: gstreamer1.0-plugins-base: Fix OpenGL packageconfig X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54cfea29b1af7ab1302cd9dd5204a07a0b4a2ef3;p=meta-freescale.git 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 --- 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)}"