summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2023-10-05 16:37:54 +0300
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2024-04-26 16:15:24 +0200
commit1f88f2a871a2575d197384806c5cdc60b9370c50 (patch)
treea656c6144d6b884fd9a9450d73c46af0f4b325be /meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc
parent947c78dada584d406f58b4e4ce788f7289f5a889 (diff)
weston: Handle no pointer event
This should fix weston-stacking crashing if there's no pointer surface due to not getting any pointer event. There's an implicit assumption that we have pointer events if we also have keyboard input focus which in AGL shell we don't have. Bug-AGL: SPEC-4916 Change-Id: I2b043108bf41307779bf683f2685701653c1117f Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29263 Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc')
-rw-r--r--meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc b/meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc
index 5333d7c72..fe13f9ea5 100644
--- a/meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc
+++ b/meta-agl-core/recipes-graphics/wayland/weston_12.0_aglcore.inc
@@ -4,6 +4,7 @@ PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES', 'weston-remoting
SRC_URI:append = "file://0001-libweston-weston-log-Add-a-iterator-helper-for-debug.patch \
file://0001-toy-toolkit-Fix-rotations.patch \
+ file://0001-clients-Handle-missing-pointer_surface-is-there-s-no.patch \
"