summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2023-04-27 17:53:41 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-04-28 08:51:46 +0000
commit7baf8fb6dc8ed74332b7b587efae6097a4470237 (patch)
treef88d52042975eee69ece1e30a515bffb0db4fd87 /recipes-qt
parent6d435b0bbfa3ab11e571a284c01f5735edcba49f (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>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt/qtwayland_agldemo.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt/qtwayland_agldemo.inc b/recipes-qt/qt/qtwayland_agldemo.inc
index fc02d571..111e2acd 100644
--- a/recipes-qt/qt/qtwayland_agldemo.inc
+++ b/recipes-qt/qt/qtwayland_agldemo.inc
@@ -11,9 +11,10 @@ FILESEXTRAPATHS:append := ":${THISDIR}/qtwayland"
# 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-client-qwaylandintegration-Do-not-attempt-to-use-the.patch \
file://0001-qwaylandwindow-Short-circuit-isExposed.patch \
"
-