summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
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-28 12:08:39 -0200
commitac738881cd8042b36d5926ba1d77f65518ede324 (patch)
treef9b0ea29119933f94b9adced3fcdce568bde0db9 /recipes-graphics
parent89fb92b76f65e1ce93d627ce769ef1dbefa43f8e (diff)
downloadmeta-fsl-arm-ac738881cd8042b36d5926ba1d77f65518ede324.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')
-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', \