]> code.ossystems Code Review - meta-freescale.git/commitdiff
piglit: Add a dependency over virtual/egl
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 24 Nov 2014 11:15:06 +0000 (09:15 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 25 Nov 2014 11:41:56 +0000 (09:41 -0200)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend

index f5e16b39cb9cbeaadb2efa98edc1ce283383437a..316bec999caa9e8d01b87c0a7b85a4f90f10001f 100644 (file)
@@ -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', \