aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qtbase_git.bb
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2022-02-11 12:28:24 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2022-02-12 11:14:38 +0100
commit6bfe29d9e8fdd5c2fd17c736814b6df859b3af50 (patch)
tree25159cb1764e6ec96b4f8de1221ac652cca8e043 /recipes-qt/qt5/nativesdk-qtbase_git.bb
parentb4d24d70aca75791902df5cd59a4f4a54aa4a125 (diff)
qtbase: eglfs: Prevent printing a warning in every widget-based app
Attempting to reflect reality with the value of AA_ShareOpenGLContexts was a valiant attempt, but it is not possible to do setAttribute without getting a warning now once QGuiApplication is constructed. So just leave the attribute as is, changing its value is not strictly required. This fix is backported from qtbase upstream, it fixes: QTBUG-85796. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/nativesdk-qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb
index 42defb01..c8beb108 100644
--- a/recipes-qt/qt5/nativesdk-qtbase_git.bb
+++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb
@@ -41,6 +41,7 @@ SRC_URI += "\
file://0014-Qt5GuiConfigExtras.cmake.in-cope-with-variable-path-.patch \
file://0015-corelib-Include-sys-types.h-for-uint32_t.patch \
file://0016-Define-QMAKE_CXX.COMPILER_MACROS-for-clang-on-linux.patch \
+ file://0017-eglfs-Prevent-printing-a-warning-in-every-widget-bas.patch \
file://0018-input-Make-use-of-timeval-portable-for-64bit-time_t.patch \
"