diff options
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend b/meta-fsl-arm/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend new file mode 100644 index 000000000..9de6cebd4 --- /dev/null +++ b/meta-fsl-arm/recipes-graphics/cogl/cogl-1.0_1.16.0.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # Provide the need flags and backend settings to work with Vivante GPU | ||
| 2 | CFLAGS_append_mx6 = " -DLINUX \ | ||
| 3 | ${@base_contains('DISTRO_FEATURES', 'x11', '-DEGL_API_FB', \ | ||
| 4 | base_contains('DISTRO_FEATURES', 'wayland', \ | ||
| 5 | '-DEGL_API_WL', '', d), d)}" | ||
| 6 | |||
| 7 | PACKAGECONFIG_mx6 ??= "cogl-pango gles2 \ | ||
| 8 | ${@base_contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ | ||
| 9 | base_contains('DISTRO_FEATURES', 'wayland', \ | ||
| 10 | 'egl-wayland', '', d), d)}" | ||
