diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-04-27 17:53:41 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-05-07 15:02:26 +0000 |
commit | 5df9964217095b6494dfc1ac8654f30617fd92c2 (patch) | |
tree | 61d7812be24f60ee907be06376c6237a630e5129 /recipes-core/base-files-guest | |
parent | b037f4ba59fdf557fb6cb5c03c08ed00f5870ec0 (diff) |
qtwayland: disable local patch that breaks version 5.15.7
Latest meta-qt5 brings qtwayland version 5.15.7 and this causes our local
patch for client/qwaylandintegration to break the build, as the method it
uses no longer exists, it appears:
| .../tmp/work/aarch64-agl-linux/qtwayland/5.15.7+gitAUTOINC+533fff12f7-r0/git/src/client/qwaylandintegration.cpp: In member function 'void QtWaylandClient::QWaylandIntegration::reconfigureInputContext()':
| .../tmp/work/aarch64-agl-linux/qtwayland/5.15.7+gitAUTOINC+533fff12f7-r0/git/src/client/qwaylandintegration.cpp:482:19: error: 'class QtWaylandClient::QWaylandDisplay' has no member named 'mUsingInputContextFromCompositor'
| 482 | if (mDisplay->mUsingInputContextFromCompositor)
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Disable local patch for now with the plan to re-evaluate it per SPEC-4770
Bug-AGL: SPEC-4768
Change-Id: I27894536d49392589c58a3c46e4b1e015c7324fb
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
(cherry picked from commit 7baf8fb6dc8ed74332b7b587efae6097a4470237)
Diffstat (limited to 'recipes-core/base-files-guest')
0 files changed, 0 insertions, 0 deletions