aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/cairo/cairo_%.bbappend
blob: c062dbaceadcb9f823207a96e12e74ee4c692de5 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS_append_imxgpu2d = " \
    -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_imxgpu3d = " egl glesv2"