aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland_git.bb
diff options
context:
space:
mode:
authorGordan Markuš <gordan.markus@pelagicore.com>2017-04-11 16:04:33 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2017-04-12 16:05:25 +0200
commite03d290bc00105908280820d866e074440ab6f00 (patch)
tree94e72c914f7be1335ef015570d26ad909fedada8 /recipes-qt/qt5/qtwayland_git.bb
parent5b0bb2babfa3b7116465d340cd1da2e9f9bedb78 (diff)
qtwayland: fix initial window property values
This fixes a bug where there is nothing rendered on the QtWayland surface due to missing window properties. Signed-off-by: Gordan Markuš <gordan.markus@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland_git.bb')
-rw-r--r--recipes-qt/qt5/qtwayland_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index d42d80a0..bcddb32c 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -44,6 +44,9 @@ EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}"
SRCREV = "0e2a950895805457a45abe860bc91a7cc4ba405e"
# From https://bugreports.qt.io/browse/QTBUG-57767
-SRC_URI += "file://0001-fix-build-without-xkbcommon-evdev.patch"
+SRC_URI += " \
+ file://0001-fix-build-without-xkbcommon-evdev.patch \
+ file://0002-Fix-initial-window-property-values-being-propagated.patch \
+"
BBCLASSEXTEND =+ "native nativesdk"