]> code.ossystems Code Review - meta-freescale.git/commitdiff
cairo: Use compiler settings provided by IMX-GPU driver pkg-config
authorTom Hochstein <tom.hochstein@nxp.com>
Sat, 19 Nov 2016 01:11:44 +0000 (19:11 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 23 Nov 2016 10:09:34 +0000 (08:09 -0200)
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>
recipes-graphics/cairo/cairo_%.bbappend

index c062dbaceadcb9f823207a96e12e74ee4c692de5..94ae65fa2d864ff9f7d60a42bfc530b2e9350d09 100644 (file)
@@ -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"