diff options
| author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2014-06-28 00:13:08 +0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-06-28 14:35:54 -0300 |
| commit | 051633c17434fb0d2cac671ec2f98c2fa1856ad1 (patch) | |
| tree | 1ff25f26bff997bb740168bc7c6e90caf48c15da /meta-fsl-arm | |
| parent | 4b5e012b7a7712f67dfe02d9bb53566f18f6031d (diff) | |
| download | meta-freescale-051633c17434fb0d2cac671ec2f98c2fa1856ad1.tar.gz | |
gstreamer1.0-plugins-bad: set correct EGL defines for Vivante GPUs
Without these, the package will not be built with the correct EGL
types and definitions
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 7 |
1 files changed, 7 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 new file mode 100644 index 000000000..8be11a299 --- /dev/null +++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # Vivante EGL headers require the correct preprocessor | ||
| 2 | # defines to be set for each platform | ||
| 3 | CFLAGS_append_mx6 = " -DLINUX \ | ||
| 4 | ${@base_contains('DISTRO_FEATURES', 'x11', '', \ | ||
| 5 | base_contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DEGL_API_WL', \ | ||
| 6 | base_contains('DISTRO_FEATURES', 'directfb', '-DEGL_API_DFB', \ | ||
| 7 | '-DEGL_API_FB', d),d),d)}" | ||
