aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit/piglit_git.bbappend
blob: 316bec999caa9e8d01b87c0a7b85a4f90f10001f (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 \
                      ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \
                                        base_contains('DISTRO_FEATURES', 'wayland', \
                                                      '-DEGL_API_WL', '', d), d)}"