summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-10-25 10:03:36 -0300
committerFabio Berton <fabio.berton@ossystems.com.br>2018-10-26 10:18:26 -0300
commit736ed14bbc6ca74ac4f81b9f8280e127350ba29a (patch)
tree2b43eaf858d5fc47efdb551eead32fed50737602 /recipes-multimedia/gstreamer
parent05e41db8e0608d83a4f7dd50046d003508840da2 (diff)
downloadmeta-freescale-736ed14bbc6ca74ac4f81b9f8280e127350ba29a.tar.gz
gstreamer1.0-plugins-good: Set PACKAGECONFIG_GL
Change-Id: I8f045201dbc49fb3f556da968c73c7376a59838a 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-good_1.14.%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend
new file mode 100644
index 00000000..8565c6a5
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.%.bbappend
@@ -0,0 +1,3 @@
1PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', 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)}"