[meta-freescale] [PATCH 05/14] cogl-1.0: Use compiler settings provided by IMX-GPU driver pkg-config

Tom Hochstein tom.hochstein at nxp.com
Fri Nov 18 17:11:45 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/cogl/cogl-1.0_%.bbappend | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend
index 102461d..87fd15a 100644
--- a/recipes-graphics/cogl/cogl-1.0_%.bbappend
+++ b/recipes-graphics/cogl/cogl-1.0_%.bbappend
@@ -1,9 +1,3 @@
-# Provide the need flags and backend settings to work with Vivante GPU
-CFLAGS_append_mx6 = " -DLINUX \
-                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
-                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-                                                      '-DEGL_API_WL -DEGL_API_FB', '', d), d)}"
-
 PACKAGECONFIG_mx6 ??= "cogl-pango gles2 \
                        ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \
                                          bb.utils.contains('DISTRO_FEATURES', 'wayland', \
-- 
1.9.1



More information about the meta-freescale mailing list