]> code.ossystems Code Review - meta-freescale.git/commitdiff
glmark2: Don't include OpenGL ES 2.0 support for Wayland backend on i.MX 6SoloLite
authorTom Hochstein <tom.hochstein@nxp.com>
Wed, 27 Jul 2016 17:32:02 +0000 (12:32 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 5 Aug 2016 17:51:53 +0000 (14:51 -0300)
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>
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend

index 0e04a653f6c0e2de8dae165a5cdce230c35e6e5a..0cfc39f8adf792c17c07d1efda55b8d062dc0fe2 100644 (file)
@@ -1,3 +1,3 @@
 PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \
                          bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}"
-PACKAGECONFIG_remove_mx6sl = "x11-gles2"
+PACKAGECONFIG_remove_mx6sl = "wayland-gles2 x11-gles2"