summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
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-08-05 14:51:53 -0300
commit72f9b5f78fe7b414ce5ea49f9ffd180f782e984f (patch)
tree2ff94f0714c718528b6ad3970a77e8d61d4eaba4 /dynamic-layers/openembedded-layer
parent4ebe3d274681c121dd36d715d906dac97d4a7fa7 (diff)
downloadmeta-freescale-72f9b5f78fe7b414ce5ea49f9ffd180f782e984f.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>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index 0cfc39f8..69106a7c 100644
--- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/dynamic-layers/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"