From 6a742f1e1e37834bb71f501bca207feacfe31db9 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Wed, 27 Jul 2016 12:32:02 -0500 Subject: 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 Signed-off-by: Otavio Salvador --- openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openembedded-layer/recipes-benchmark') 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 @@ 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" -- cgit v1.2.3-54-g00ecf