summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorNeena Busireddy <neena.busireddy@freescale.com>2014-11-21 15:41:45 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-07 17:08:27 -0200
commit97721d4634e34b1eda182d0cb996b68b9642ac4b (patch)
treeb47d656030f8c8685ff274cc8388edd83829d7ae /recipes-multimedia
parent5e0fa9ae7b22b5e7c48db34fc2e867b1c486b81d (diff)
downloadmeta-fsl-arm-97721d4634e34b1eda182d0cb996b68b9642ac4b.tar.gz
gstreamer1.0-plugins-bad: Modify CFLAGS for directfb
Correct CFLAGS for directfb to include sysrootfs path. gstreamer1.0-plugins-bad fails to find directfb headers without this change. Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
Diffstat (limited to 'recipes-multimedia')
-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 649c157..bcce7c7 100644
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
+++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
@@ -3,7 +3,7 @@
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 -DWL_EGL_PLATFORM', \ 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 -I${STAGING_INCDIR}/directfb', \
7 '-DEGL_API_FB', d),d),d)}" 7 '-DEGL_API_FB', d),d),d)}"
8 8
9PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ 9PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \