summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2018-07-17 09:03:02 +0200
committerFabio Berton <fabio.berton@ossystems.com.br>2018-07-19 16:28:53 -0300
commit54cfea29b1af7ab1302cd9dd5204a07a0b4a2ef3 (patch)
tree9366cec05fae89d616b8e1d5232930c01036a801
parentb10c5b537e035cc27ffd6d94122bf7d86e26e444 (diff)
downloadmeta-freescale-54cfea29b1af7ab1302cd9dd5204a07a0b4a2ef3.tar.gz
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 <dv@pseudoterminal.org> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend2
1 files changed, 1 insertions, 1 deletions
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 @@
1PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}" 1PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}"
2PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" 2PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"