diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-11-18 19:11:44 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-23 08:09:34 -0200 |
commit | 5453a0b124a517c27858c218693fe93f8da845d9 (patch) | |
tree | 9d4f3553ff7ff355d684713e3fb7e1bfce72b546 /recipes-graphics | |
parent | 0b8b45be965a7390c9e4a9a0a73b1df58ba40c4a (diff) | |
download | meta-freescale-5453a0b124a517c27858c218693fe93f8da845d9.tar.gz |
cairo: Use compiler settings provided by IMX-GPU driver pkg-config
The IMX-GPU driver now provides compiler settings through pkg-config,
so don't set them explicitly.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index c062dbac..94ae65fa 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
@@ -1,10 +1 @@ | |||
1 | CFLAGS_append_imxgpu2d = " \ | ||
2 | -DLINUX \ | ||
3 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ | ||
4 | '', \ | ||
5 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | ||
6 | '-DEGL_API_FB -DEGL_API_WL', \ | ||
7 | '-DEGL_API_FB', d), d)} \ | ||
8 | " | ||
9 | |||
10 | PACKAGECONFIG_append_imxgpu3d = " egl glesv2" | PACKAGECONFIG_append_imxgpu3d = " egl glesv2" | |