From: Tom Hochstein Date: Sat, 19 Nov 2016 01:11:47 +0000 (-0600) Subject: piglit: Use compiler settings provided by IMX-GPU driver pkg-config X-Git-Tag: 2.2~133 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1056b95ea6709e08ea92cd2bc8a10ab56140cafc;p=meta-freescale.git piglit: 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/piglit/piglit_git.bbappend b/recipes-graphics/piglit/piglit_git.bbappend index d682c8c5..6330fd7c 100644 --- a/recipes-graphics/piglit/piglit_git.bbappend +++ b/recipes-graphics/piglit/piglit_git.bbappend @@ -1,7 +1 @@ DEPENDS_append_mx6 = " virtual/egl" - -# Provide the need flags and backend settings to work with Vivante GPU -CFLAGS_append_mx6 = " -DLINUX \ - ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ - bb.utils.contains('DISTRO_FEATURES', 'wayland', \ - '-DEGL_API_WL', '', d), d)}"