diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-12-13 11:55:43 -0600 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-12-16 17:01:24 -0200 |
| commit | ead9743fcca90abef4c50652e20132f8534281cb (patch) | |
| tree | 210f5c4a8046fecae434dcdb8f7fcc1584ba7770 | |
| parent | fcef1e7ebf293a6de76afa3c56ef41efeecbc7ff (diff) | |
| download | meta-freescale-ead9743fcca90abef4c50652e20132f8534281cb.tar.gz | |
gtk+3: Restore explicit CFLAGS setting
The package doesn't link against egl, so we can't rely on egl.pc to provide
the necessary config settings.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
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 bc4a40406..2f8309799 100644 --- a/recipes-graphics/gtk+/gtk+3_%.bbappend +++ b/recipes-graphics/gtk+/gtk+3_%.bbappend | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | PACKAGECONFIG_remove_mx6 = " \ | 1 | PACKAGECONFIG_remove_mx6 = " \ |
| 2 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ | 2 | ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ |
| 3 | " | 3 | " |
| 4 | |||
| 5 | CFLAGS_append_mx6 = " \ | ||
| 6 | -DLINUX \ | ||
| 7 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '-DEGL_API_FB -DEGL_API_WL', '', d)} \ | ||
| 8 | " | ||
