diff options
Diffstat (limited to 'openembedded-layer')
-rw-r--r-- | openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend index 8e57d66..d29165a 100644 --- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend +++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | |||
@@ -1,3 +1,5 @@ | |||
1 | #Remove gles2 as it is not supported by sololite | 1 | PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" |
2 | 2 | PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" | |
3 | PACKAGECONFIG_remove_mx6sl = "gles2" | 3 | PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}" |
4 | PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \ | ||
5 | drm-gl x11-gles2 drm-gles2" | ||