aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit/piglit_git.bbappend
blob: d682c8c516bc8940841482366c096fa7e975871c (plain)
1
2
3
4
5
6
7
DEPENDS_append_mx6 = " virtual/egl"

# Provide the need flags and backend settings to work with Vivante GPU
CFLAGS_append_mx6 = " -DLINUX \
                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \
                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
                                                      '-DEGL_API_WL', '', d), d)}"