From: Vasyl Vavrychuk Date: Tue, 8 Dec 2020 14:48:28 +0000 (+0100) Subject: glmark2: Fix glmark2 window does not show up. X-Git-Tag: 10.91.0~13 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F25773%2F2;p=AGL%2Fmeta-agl.git 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 --- 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"