diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-11 09:55:35 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:16 -0300 |
commit | 5a79808ddd3213bff07fe0d1bcd1f4cb75b04cc4 (patch) | |
tree | d7062a9879176ce16c4431ca21c7b8f3193b47c0 /recipes-graphics | |
parent | d86ab85c30725d80db8982bd73314be6fb9aed68 (diff) | |
download | meta-freescale-5a79808ddd3213bff07fe0d1bcd1f4cb75b04cc4.tar.gz |
gtk+3: Add CFLAGS overrides for Wayland use
The Vivante GPU requires the platform to be configured and thus the
CFLAGS need to be passed for the build system to properly configure
it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/gtk+/gtk+3_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-graphics/gtk+/gtk+3_%.bbappend b/recipes-graphics/gtk+/gtk+3_%.bbappend index 3799f714..649ebd8c 100644 --- a/recipes-graphics/gtk+/gtk+3_%.bbappend +++ b/recipes-graphics/gtk+/gtk+3_%.bbappend | |||
@@ -1 +1,6 @@ | |||
1 | PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}" | 1 | PACKAGECONFIG_remove_mx6 = "${@base_contains("DISTRO_FEATURES", "x11", "wayland", "", d)}" |
2 | |||
3 | CFLAGS_append_mx6 = " -DLINUX \ | ||
4 | ${@base_contains('DISTRO_FEATURES', 'x11', '', \ | ||
5 | base_contains('DISTRO_FEATURES', 'wayland', \ | ||
6 | '-DEGL_API_FB -DEGL_API_WL', '', d), d)}" | ||