diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-24 09:15:06 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-11-25 09:41:56 -0200 |
| commit | 2d046ed56a0b1f52b863414c67d66db2a43956db (patch) | |
| tree | 77ae2b6be704556677cf77cf283a662307073ae9 | |
| parent | 0068bd8835d01d9407a3ab313f4c9468c0443e94 (diff) | |
| download | meta-freescale-2d046ed56a0b1f52b863414c67d66db2a43956db.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>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend b/meta-fsl-arm/recipes-graphics/piglit/piglit_git.bbappend index f5e16b39c..316bec999 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 @@ | |||
| 1 | DEPENDS_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 |
| 2 | CFLAGS_append_mx6 = " -DLINUX \ | 4 | CFLAGS_append_mx6 = " -DLINUX \ |
| 3 | ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ | 5 | ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ |
