summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-07-27 12:32:02 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-29 07:40:13 -0300
commite713e9d0cc2fc0dd407e2cbf9d1eea9c573a4de7 (patch)
treeb629eea5b38dd06cfc1f66fa4837adfd7250175b
parent91250df362015c95828c81162e758fd2dcd38072 (diff)
downloadmeta-fsl-arm-e713e9d0cc2fc0dd407e2cbf9d1eea9c573a4de7.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--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend2
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 @@
1PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \ 1PACKAGECONFIG_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)}"
3PACKAGECONFIG_remove_mx6sl = "x11-gles2" 3PACKAGECONFIG_remove_mx6sl = "wayland-gles2 x11-gles2"