aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/cairo/cairo_%.bbappend
blob: ab1c37a59963805a67445a5a72750ced4d10bb6d (plain)
1
2
3
4
5
6
7
8
9
10
11
CFLAGS_append_mx6 = " -DLINUX \
                      ${@base_contains('DISTRO_FEATURES', 'x11', '', \
                                        base_contains('DISTRO_FEATURES', 'wayland', \
                                                      '-DEGL_API_FB -DEGL_API_WL',  \
                                         base_contains('DISTRO_FEATURES', 'directfb', \
                                                       '-DEGL_API_DFB', '-DEGL_API_FB', d),d),d)}"


PACKAGECONFIG_append_mx6q = " egl glesv2"
PACKAGECONFIG_append_mx6dl = " egl glesv2"
PACKAGECONFIG_append_mx6sx = " egl glesv2"