agl-compositor_git: Bump SRCREV for AGL compositor 96/27696/2
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 30 Jun 2022 12:43:06 +0000 (15:43 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 11 Jul 2022 22:26:17 +0000 (22:26 +0000)
Most notable in this this bump update, is the ability to receive focus
(xdg-shell and input) even though there isn't any keyboard attached in the
system. More than that, this update also includes a few fixes related to
remote apps placement to different outputs and a fix on how we activate by
default applications, in various circumstances.

Specifically, this AGL compositor bump includes the following changes:

2cc479fd8f3e53265 layout: Add a wrapper for adding the view to the hidden layer
baf8a28e6329fdb6c shell: Fix a typo when adding surface to pending list
1797ef75adcb4c586 compositor: Allow passing continue-without-input
c859ca5a97d53a00c shell: Make sure that app_id is valid before checking it
89440e0ffdfea2568 layout: Keep track of popup state to handle activation
89f67c5cf793bc69c compositor: Perform activation from keybindings
8cc1032b2f5542028 compositor: Pass flags when adding keybindgs
9cccfe829aab45fd2 layout: Add a way common way activate views
394b5da7676612600 shell: Extract some common functions
cac00851d454fcfe6 input: Migrate ivi_seat to ivi_compositor header
2844fde1df83707f3 input: Remove keyboard listener keyboard focus activation
b4a52c732dbf3863b compositor: Properly dispose of fullscreen views at shutdown

Bug-AGL: SPEC-2982
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I83fd9513114a6ffd4cb98a8506063544ccce377a
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27696
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb

index 5f2c8a8..e387925 100644 (file)
@@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \
           ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "1304d412eb2bcefd4733539213ecb9b6ca39a605"
+SRCREV = "2cc479fd8f3e53265efa093ca52e6e6f6b0faea7"
 AGL_BRANCH:aglnext = "next"
 SRCREV:aglnext = "${AUTOREV}"