summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit/piglit_git.bbappend
blob: f5e16b39cb9cbeaadb2efa98edc1ce283383437a (plain)
1
2
3
4
5
# 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)}"