aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/cairo/cairo_%.bbappend
blob: 6f9e09d2bddff60de665cc18a25166d7457ba870 (plain)
1
2
3
4
5
6
7
8
CFLAGS_append_mx6 = " -DLINUX \
                      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
                                        bb.utils.contains('DISTRO_FEATURES', 'wayland', \
                                                      '-DEGL_API_FB -DEGL_API_WL',  '-DEGL_API_FB', d), d)}"

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