From f9599349fb143651e48453fcb8391da3166f3854 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Fri, 5 Feb 2021 14:29:47 +0200 Subject: qtwayland: Mitigate crash when platforminputcontext library is missing Turns out that in the case a plug-in library is missing (which is the actual root cause of this problem) we do not properly check if it can use it, leading to a crash when attempting to make of use QT_LOGGING_RULES. This patch mitigates that and allows to debug Qt w/ the help of QT_LOGGING_RULES. Bug-AGL: SPEC-3359 Signed-off-by: Marius Vlad Change-Id: If8c0f0f030c7ca53aca701a54ceea317cc7fd695 --- recipes-qt/qt/qtwayland_agldemo.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-qt/qt/qtwayland_agldemo.inc') diff --git a/recipes-qt/qt/qtwayland_agldemo.inc b/recipes-qt/qt/qtwayland_agldemo.inc index c75372583..61d0393a5 100644 --- a/recipes-qt/qt/qtwayland_agldemo.inc +++ b/recipes-qt/qt/qtwayland_agldemo.inc @@ -14,5 +14,6 @@ FILESEXTRAPATHS_append := ":${THISDIR}/qtwayland" SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ + file://0001-client-qwaylandintegration-Do-not-attempt-to-use-the.patch \ " -- cgit 1.2.3-korg