summaryrefslogtreecommitdiffstats
path: root/openembedded-layer
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-21 10:38:47 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-28 14:07:16 -0300
commit2c95d2989dec232b7f173bf41f8197c2f4525523 (patch)
treec5c557b967de697f9a45e7012eb4fc114ee3b0ef /openembedded-layer
parent999fcacda8f8f1af19e2ca783a0790c2dec92173 (diff)
downloadmeta-fsl-arm-2c95d2989dec232b7f173bf41f8197c2f4525523.tar.gz
glmark2: Handle PACKAGECONFIG for X11 and Wayland
This handles the PACKAGECONFIG setting depending on the DISTRO_FEATURES avaiability (X11 or Wayland). It adds GL and GLES2 support for the available flavours. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'openembedded-layer')
-rw-r--r--openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend8
1 files changed, 5 insertions, 3 deletions
diff --git a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index 8e57d66..d29165a 100644
--- a/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,3 +1,5 @@
1#Remove gles2 as it is not supported by sololite 1PACKAGECONFIG_remove_mx6q = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
2 2PACKAGECONFIG_remove_mx6dl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
3PACKAGECONFIG_remove_mx6sl = "gles2" 3PACKAGECONFIG_remove_mx6sx = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)}"
4PACKAGECONFIG_remove_mx6sl = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'wayland-gl wayland-gles2', '', d)} \
5 drm-gl x11-gles2 drm-gles2"