From 1056b95ea6709e08ea92cd2bc8a10ab56140cafc Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Fri, 18 Nov 2016 19:11:47 -0600 Subject: [PATCH] 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 --- recipes-graphics/piglit/piglit_git.bbappend | 6 ------ 1 file changed, 6 deletions(-) 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)}" -- 2.40.1