diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-02-05 14:29:47 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-02-08 18:49:16 +0000 |
commit | 4a010aeb6a3baa27af668dc0e818483c6f4632e2 (patch) | |
tree | 0946e13b38056fddfda3f88da746ab0cb1ebe62b /recipes-qt/qt/qtwayland_agldemo.inc | |
parent | 44b6b5dda23e0c2a2e957f66b1941c3a2a3b0249 (diff) |
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 <marius.vlad@collabora.com>
Change-Id: If8c0f0f030c7ca53aca701a54ceea317cc7fd695
Diffstat (limited to 'recipes-qt/qt/qtwayland_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtwayland_agldemo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ " |