diff options
| author | Neena Busireddy <neena.busireddy@freescale.com> | 2014-11-21 15:41:45 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-04-04 16:10:10 -0300 |
| commit | 9628d03a39f273bd9bf128b1c99df1cd3be21586 (patch) | |
| tree | e56194aa9e3be0815804f2b7ca80cd9d9a9aa35c | |
| parent | 75217f60988ee50cc00302cff27f133ce541c968 (diff) | |
| download | meta-fsl-arm-dizzy-next.tar.gz | |
gstreamer1.0-plugins-bad: Modify CFLAGS for directfbdizzy-next
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>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 2 |
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 @@ | |||
| 3 | CFLAGS_append_mx6 = " -DLINUX \ | 3 | CFLAGS_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 | ||
| 9 | PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ | 9 | PACKAGECONFIG_GL_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \ |
