summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2016-07-27 12:32:03 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-28 15:01:10 -0300
commitaf5a6517cbe3334441f692ef84dcd664e6875192 (patch)
treee1a3e9ada5a9928b89448c0aa0410235e3eafe2e
parent6a742f1e1e37834bb71f501bca207feacfe31db9 (diff)
downloadmeta-fsl-arm-af5a6517cbe3334441f692ef84dcd664e6875192.tar.gz
glmark2: Add XWayland support
If DISTRO_FEATURES contains x11 and wayland, configure the package for a Wayland backend. 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_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index 0cfc39f..69106a7 100644
--- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,3 +1,4 @@
1PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \ 1PACKAGECONFIG_mx6 = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', \
2 bb.utils.contains('DISTRO_FEATURES', 'wayland opengl', 'wayland-gles2', '', d), d)}" 2 bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'x11-gl x11-gles2', \
3 '', d), d)}"
3PACKAGECONFIG_remove_mx6sl = "wayland-gles2 x11-gles2" 4PACKAGECONFIG_remove_mx6sl = "wayland-gles2 x11-gles2"