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>2015-04-04 16:10:04 -0300
commit75217f60988ee50cc00302cff27f133ce541c968 (patch)
treedc8895fc150c7e520897227c27a7be764c9e95f8
parent4dc1847a066389a8102bf1cf8d90326612ca0539 (diff)
downloadmeta-fsl-arm-75217f60988ee50cc00302cff27f133ce541c968.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--recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
index 6d62b7e..649c157 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/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