glmark2: Fix glmark2 window does not show up. 73/25773/2
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Tue, 8 Dec 2020 14:48:28 +0000 (15:48 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 11 Dec 2020 21:43:26 +0000 (21:43 +0000)
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 <vasyl.vavrychuk@opensynergy.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25773
Reviewed-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-profile-core/recipes-test/glmark2/glmark2_%.bbappend

index a64e050..403aedd 100644 (file)
@@ -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"