qtwayland: update qwaylandintegration patch for 5.15.9
authorDenys Dmytriyenko <denys@konsulko.com>
Thu, 7 Sep 2023 21:15:24 +0000 (17:15 -0400)
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>
Wed, 24 Apr 2024 15:25:38 +0000 (15:25 +0000)
Update qwaylandintegration patch to apply to qtwayland 5.15.9

Bug-AGL: SPEC-4578

Change-Id: Id9fb6cfcfaa81f0c526f66ab38f46ba5dbb5833d
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
recipes-qt/qt/qtwayland/0001-qwaylandintegration-Keep-previous-check-related-to-i.patch

index 77362da..b34f84d 100644 (file)
@@ -21,7 +21,7 @@ index c53ccb78..6d3d9559 100644
      }
  #endif
  
--    qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className();
+-    qCDebug(lcQpaWayland) << "using input method:" << (inputContext() ? inputContext()->metaObject()->className() : "<none>");
 +    bool mUsingInputContextFromCompositor = qobject_cast<QWaylandInputContext *>(mInputContext.data());
 +    if (mUsingInputContextFromCompositor)
 +        qCDebug(lcQpaWayland) << "using input method:" << inputContext()->metaObject()->className();