From: Neena Busireddy Date: Fri, 24 Oct 2014 18:20:09 +0000 (-0500) Subject: gstreamer1.0-plugins-bad: Add PACKAGECONFIG for i.MX6 SoloX X-Git-Tag: 2.1~772 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99dd5bc649026c8f9d4d0b8c6b646e4407d43de8;p=meta-freescale.git gstreamer1.0-plugins-bad: Add PACKAGECONFIG for i.MX6 SoloX This patch defines PACKAGECONFIG_GL for i.MX6 SoloX. Signed-off-by: Neena Busireddy Signed-off-by: Otavio Salvador --- diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index da902351..a3f1f19d 100644 --- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -8,6 +8,7 @@ CFLAGS_append_mx6 = " -DLINUX \ PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" +PACKAGECONFIG_GL_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ base_contains('DISTRO_FEATURES', 'x11', \ 'opengl', '', d), '', d)}"