summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-11-24 09:15:06 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-25 09:41:56 -0200
commitf570719baee91f7f2050f2c57d73a108d5b3728e (patch)
tree9b92fbef1b47cb51ab406a85932b6de05374a21c /recipes-graphics/piglit
parenta29a6c2b6bcfd1e35b802446176e568a490a9f80 (diff)
downloadmeta-fsl-arm-f570719baee91f7f2050f2c57d73a108d5b3728e.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/piglit')
-rw-r--r--recipes-graphics/piglit/piglit_git.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/piglit/piglit_git.bbappend b/recipes-graphics/piglit/piglit_git.bbappend
index f5e16b3..316bec9 100644
--- a/recipes-graphics/piglit/piglit_git.bbappend
+++ b/recipes-graphics/piglit/piglit_git.bbappend
@@ -1,3 +1,5 @@
1DEPENDS_append_mx6 = " virtual/egl"
2
1# Provide the need flags and backend settings to work with Vivante GPU 3# Provide the need flags and backend settings to work with Vivante GPU
2CFLAGS_append_mx6 = " -DLINUX \ 4CFLAGS_append_mx6 = " -DLINUX \
3 ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ 5 ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \