From 8fa3208c96b686478769900362a62c69c2233f5f Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Tue, 8 Dec 2020 15:48:28 +0100 Subject: glmark2: Fix glmark2 window does not show up. For this, update it to the latest version that includes XDG shell support which is required for agl-compositor. wayland-native dependency is added because now glmark2 executes wayland-scanner during build. Issue: SPEC-3726 Change-Id: I7553cc323042655dc0620574aec1b9b1506ba5bd Signed-off-by: Vasyl Vavrychuk Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25773 Reviewed-by: Marius Vlad Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend b/meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend index a64e0506c..403aedd4c 100644 --- a/meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend +++ b/meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend @@ -1,2 +1,7 @@ +# Update glmark2 +SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a" +# Already in newer version +SRC_URI_remove = "file://python3.patch" + PACKAGECONFIG = "wayland-gles2" -PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland" +PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-native" -- cgit 1.2.3-korg