From 2d046ed56a0b1f52b863414c67d66db2a43956db Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 24 Nov 2014 09:15:06 -0200 Subject: [PATCH] piglit: Add a dependency over virtual/egl The build system can also use egl when GL is not avail so we ought to add this to the dependency chain as gpu-viv-bin-mx6q would not be included otherwise, for i.MX6SL. Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend b/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend index f5e16b39..316bec99 100644 --- a/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend +++ b/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend @@ -1,3 +1,5 @@ +DEPENDS_append_mx6 = " virtual/egl" + # Provide the need flags and backend settings to work with Vivante GPU CFLAGS_append_mx6 = " -DLINUX \ ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ -- 2.40.1