summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-10-24 13:20:09 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-10 18:55:23 -0200
commitfbe06aa1dd82265f74a62ae410d0df83f2f1947c (patch)
treee1182fa65c485300b468857d9bebe546bd26dd3d /recipes-multimedia
parent07c11e31aba69fccc3270d7c5c8e14c0945fd838 (diff)
downloadmeta-fsl-arm-fbe06aa1dd82265f74a62ae410d0df83f2f1947c.tar.gz
gstreamer1.0-plugins-bad: Add PACKAGECONFIG for i.MX6 SoloX
This patch defines PACKAGECONFIG_GL for i.MX6 SoloX. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index da90235..a3f1f19 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -8,6 +8,7 @@ CFLAGS_append_mx6 = " -DLINUX \
8 8
9PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" 9PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
10PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" 10PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
11PACKAGECONFIG_GL_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
11PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ 12PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \
12 base_contains('DISTRO_FEATURES', 'x11', \ 13 base_contains('DISTRO_FEATURES', 'x11', \
13 'opengl', '', d), '', d)}" 14 'opengl', '', d), '', d)}"