diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2016-07-27 12:32:02 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-05 14:51:53 -0300 |
commit | 4ebe3d274681c121dd36d715d906dac97d4a7fa7 (patch) | |
tree | 66d5ef8a1a917d468928b12b43e6a879f88bf95d | |
parent | 8a951c2a95717b7e92471d0046d440e98274a46f (diff) | |
download | meta-freescale-4ebe3d274681c121dd36d715d906dac97d4a7fa7.tar.gz |
glmark2: Don't include OpenGL ES 2.0 support for Wayland backend on i.MX 6SoloLite
The i.MX 6SoloLite has no 3D support, so don't build glmark2 with OpenGL
ES 2.0 support.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend index 0e04a653..0cfc39f8 100644 --- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend +++ b/dynamic-layers/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" |