diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-11 09:55:35 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-27 15:33:31 -0300 |
commit | 7ce943971b3982b0756abc8fa7f6b6d44b04d0ad (patch) | |
tree | 73bd1706beb23c7eafae3a6df2b9ad121a363a1e | |
parent | 3daa4de96c7a9c163d139fe68e665023f1243ecf (diff) | |
download | meta-fsl-arm-7ce943971b3982b0756abc8fa7f6b6d44b04d0ad.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>
-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 3799f71..649ebd8 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)}" | ||