summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2018-06-25 17:15:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-26 13:51:50 -0300
commit6fd34389c4d06925a45736ec35f98e3e6260a910 (patch)
treec165ca0e7e52536d55664206f6a8ef686fde0ef3
parent15f14f7eb30dde0488a04fbca6a2ac997eeace30 (diff)
downloadmeta-freescale-6fd34389c4d06925a45736ec35f98e3e6260a910.tar.gz
gstreamer1.0-plugins-bad: Change PACKAGECONFIG_GL for imxgpu2d and imxgpu3d
Commit 733c19291d298d428fcd500ec1e6c4f51ce67dc6 removed bbappend that change PACKAGECONFIG_GL, but we need to keep this. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend
new file mode 100644
index 00000000..15a735d4
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.%.bbappend
@@ -0,0 +1,2 @@
1PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl x11', 'opengl', '', d)}"
2PACKAGECONFIG_GL_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"