aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/clutter/clutter-1.0_%.bbappend
blob: cdeac1f2fd7beaa5bbea76277d186e8000485914 (plain)
1
2
3
4
5
6
7
8
9
# Provide the need flags and backend settings to work with Vivante GPU
CFLAGS_append_mx6 = " -DLINUX \
                      ${@base_contains('DISTRO_FEATURES', 'x11', '', \
                                       base_contains('DISTRO_FEATURES', 'wayland', \
                                                     '-DEGL_API_WL -DEGL_API_FB', '', d), d)}"

PACKAGECONFIG_mx6 ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'glx x11', \
                                        base_contains('DISTRO_FEATURES', 'wayland', \
                                                      'wayland egl', '', d), d)}"