diff options
| -rw-r--r-- | recipes-graphics/cairo/cairo_%.bbappend | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index 6f9e09d2b..c062dbace 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | CFLAGS_append_mx6 = " -DLINUX \ | 1 | CFLAGS_append_imxgpu2d = " \ |
| 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | 2 | -DLINUX \ |
| 3 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | 3 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', \ |
| 4 | '-DEGL_API_FB -DEGL_API_WL', '-DEGL_API_FB', d), d)}" | 4 | '', \ |
| 5 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | ||
| 6 | '-DEGL_API_FB -DEGL_API_WL', \ | ||
| 7 | '-DEGL_API_FB', d), d)} \ | ||
| 8 | " | ||
| 5 | 9 | ||
| 6 | PACKAGECONFIG_append_mx6q = " egl glesv2" | 10 | PACKAGECONFIG_append_imxgpu3d = " egl glesv2" |
| 7 | PACKAGECONFIG_append_mx6dl = " egl glesv2" | ||
| 8 | PACKAGECONFIG_append_mx6sx = " egl glesv2" | ||
