summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-11-25 14:01:05 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-28 10:24:49 -0200
commit816f2a51299032eeb99955376e2f498b5f430d01 (patch)
treeb906a98f69dd524d19ba9ba1e5d316aad53f5ac5
parent0ac4835968f35fbf3f75e6ee7a1e2426db77f4ee (diff)
downloadmeta-freescale-816f2a51299032eeb99955376e2f498b5f430d01.tar.gz
gstreamer1.0-plugins-bad: Correct CFLAGS for wayland backend
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_%.bbappend2
1 files changed, 1 insertions, 1 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 6d62b7ec1..649c157f3 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
@@ -2,7 +2,7 @@
2# defines to be set for each platform 2# defines to be set for each platform
3CFLAGS_append_mx6 = " -DLINUX \ 3CFLAGS_append_mx6 = " -DLINUX \
4 ${@base_contains('DISTRO_FEATURES', 'x11', '', \ 4 ${@base_contains('DISTRO_FEATURES', 'x11', '', \
5 base_contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DEGL_API_WL', \ 5 base_contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DWL_EGL_PLATFORM', \
6 base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \ 6 base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \
7 '-DEGL_API_FB', d),d),d)}" 7 '-DEGL_API_FB', d),d),d)}"
8 8