diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-07-26 14:23:54 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-01 15:13:39 +0000 |
commit | e5c06f877e118db2c27d5faadc3bce73e005c3cb (patch) | |
tree | 65da3ecfed77c27a853ccc5f2cdcba6dfe50166b /recipes-qt/qt/qtwayland_agldemo.inc | |
parent | 70ac3393d677da85aeab2a208ece874f13eb0e60 (diff) |
qtwayland: Clean-up and adapt inputContext() patch
This cleans up all qtwayland patches that haven't been used in quite
some time and adapts a slightly recent patch that provided a
work-around to enable Qt debugging (using QT_LOGGING_RULES), which a
qtwayland update made it so the patch wouldn't apply anymore.
Bug-AGL: SPEC-4770
Change-Id: Ie24b4dff51500a9ab85635768045b2ee0c29bd0a
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'recipes-qt/qt/qtwayland_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtwayland_agldemo.inc | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/recipes-qt/qt/qtwayland_agldemo.inc b/recipes-qt/qt/qtwayland_agldemo.inc index 111e2acd9..dc5ee3dc9 100644 --- a/recipes-qt/qt/qtwayland_agldemo.inc +++ b/recipes-qt/qt/qtwayland_agldemo.inc @@ -1,20 +1,6 @@ FILESEXTRAPATHS:append := ":${THISDIR}/qtwayland" -# QT_MODULE_BRANCH = "5.4" - -# TODO: -# These patches for IVI-SHELL are tempolary disabled because of issues. And new -# patches are proposed. -# -# file://0020-Add-IVI-Shell-protocol-file-version-patch-v6.patch \ -# file://0021-Implement-initial-IVI-Shell-support.patch \ -# file://0001-protocol-update-3rd-party-ivi-application-protocol.patch \ -# file://0002-qwaylandwindow-add-support-for-IVI-Surface-ID-proper.patch \ -# -# This patch breaks the build with qtwayland 5.15.7 (SPEC-4770) -# file://0001-client-qwaylandintegration-Do-not-attempt-to-use-the.patch \ -# - SRC_URI:append = "\ file://0001-qwaylandwindow-Short-circuit-isExposed.patch \ + file://0001-qwaylandintegration-Keep-previous-check-related-to-i.patch \ " |