diff options
| author | Neena Busireddy <neena.busireddy@freescale.com> | 2014-10-24 13:20:09 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-10 18:55:23 -0200 |
| commit | 99dd5bc649026c8f9d4d0b8c6b646e4407d43de8 (patch) | |
| tree | 392a3626ecf510f278d2d06366e4f046cc5350c1 | |
| parent | 9beb7daa14f47cbfb1f6caace479472a473696f8 (diff) | |
| download | meta-freescale-99dd5bc649026c8f9d4d0b8c6b646e4407d43de8.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>
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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 da9023515..a3f1f19d2 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 \ | |||
| 8 | 8 | ||
| 9 | PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | 9 | PACKAGECONFIG_GL_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" |
| 10 | PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | 10 | PACKAGECONFIG_GL_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" |
| 11 | PACKAGECONFIG_GL_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}" | ||
| 11 | PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ | 12 | PACKAGECONFIG_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)}" |
