From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:44 +0000 (-0600) Subject: cairo: Use compiler settings provided by IMX-GPU driver pkg-config X-Git-Tag: 2.2~136 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5453a0b124a517c27858c218693fe93f8da845d9;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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 @@ -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"