diff options
-rw-r--r-- | openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend index 0e04a65..0cfc39f 100644 --- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend +++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \ | 1 | PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \ |
2 | bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}" | 2 | bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}" |
3 | PACKAGECONFIG_remove_mx6sl = "x11-gles2" | 3 | PACKAGECONFIG_remove_mx6sl = "wayland-gles2 x11-gles2" |