[meta-freescale] [PATCH 04/14] cairo: Use compiler settings provided by IMX-GPU driver pkg-config

Tom Hochstein tom.hochstein at nxp.com
Fri Nov 18 17:11:44 PST 2016


The IMX-GPU driver now provides compiler settings through pkg-config,
so don't set them explicitly.

Signed-off-by: Tom Hochstein <tom.hochstein at nxp.com>
---
 recipes-graphics/cairo/cairo_%.bbappend | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend
index c062dba..94ae65f 100644
--- a/recipes-graphics/cairo/cairo_%.bbappend
+++ b/recipes-graphics/cairo/cairo_%.bbappend
@@ -1,10 +1 @@
-CFLAGS_append_imxgpu2d = " \
-    -DLINUX \
-    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \
-                          '', \
-                          bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                            '-DEGL_API_FB -DEGL_API_WL', \
-                                            '-DEGL_API_FB', d), d)} \
-"
-
 PACKAGECONFIG_append_imxgpu3d = " egl glesv2"
-- 
1.9.1



More information about the meta-freescale mailing list