summaryrefslogtreecommitdiffstats
path: root/openembedded-layer
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-28 15:00:38 -0300
commit6a742f1e1e37834bb71f501bca207feacfe31db9 (patch)
treeba6bb2c6d5d74515cca09ec9bcfdd08a3a21bc93 /openembedded-layer
parent37130600bca35755d2587fd1e7f73e49f85ec879 (diff)
downloadmeta-fsl-arm-6a742f1e1e37834bb71f501bca207feacfe31db9.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>
Diffstat (limited to 'openembedded-layer')
-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"