diff options
-rw-r--r-- | recipes-graphics/cogl/cogl-1.0_%.bbappend | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-graphics/cogl/cogl-1.0_%.bbappend b/recipes-graphics/cogl/cogl-1.0_%.bbappend index 102461d6..87fd15a4 100644 --- a/recipes-graphics/cogl/cogl-1.0_%.bbappend +++ b/recipes-graphics/cogl/cogl-1.0_%.bbappend | |||
@@ -1,9 +1,3 @@ | |||
1 | # Provide the need flags and backend settings to work with Vivante GPU | ||
2 | CFLAGS_append_mx6 = " -DLINUX \ | ||
3 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \ | ||
4 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | ||
5 | '-DEGL_API_WL -DEGL_API_FB', '', d), d)}" | ||
6 | |||
7 | PACKAGECONFIG_mx6 ??= "cogl-pango gles2 \ | 1 | PACKAGECONFIG_mx6 ??= "cogl-pango gles2 \ |
8 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ | 2 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'egl-x11', \ |
9 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ | 3 | bb.utils.contains('DISTRO_FEATURES', 'wayland', \ |