summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-10-25 10:04:35 -0300
committerFabio Berton <fabio.berton@ossystems.com.br>2018-10-26 10:18:26 -0300
commit6e1106ea39b15c00bd7a424cd3fe87079a9cd3de (patch)
tree60cfcc1bb68a1021e4dbe2d0808b996891c84b31 /recipes-multimedia/gstreamer
parent736ed14bbc6ca74ac4f81b9f8280e127350ba29a (diff)
downloadmeta-freescale-6e1106ea39b15c00bd7a424cd3fe87079a9cd3de.tar.gz
gstreamer1.0-plugins-base: Set PACKAGECONFIG_GL for use-mainline-bsp override
Change-Id: I2184d54e59a5c25e0353536cb7b576860580241b Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.%.bbappend1
1 files changed, 1 insertions, 0 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 4b386511..8565c6a5 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,3 @@
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 egl', '', d)}" 2PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"
3PACKAGECONFIG_GL_use-mainline-bsp = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}"