diff options
| author | Gordan Markuš <gordan.markus@pelagicore.com> | 2017-04-11 16:04:33 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-12 16:05:25 +0200 |
| commit | e03d290bc00105908280820d866e074440ab6f00 (patch) | |
| tree | 94e72c914f7be1335ef015570d26ad909fedada8 /recipes-qt/qt5/qtwayland_git.bb | |
| parent | 5b0bb2babfa3b7116465d340cd1da2e9f9bedb78 (diff) | |
| download | meta-qt5-e03d290bc00105908280820d866e074440ab6f00.tar.gz | |
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.bb | 5 |
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}" | |||
| 44 | SRCREV = "0e2a950895805457a45abe860bc91a7cc4ba405e" | 44 | SRCREV = "0e2a950895805457a45abe860bc91a7cc4ba405e" |
| 45 | 45 | ||
| 46 | # From https://bugreports.qt.io/browse/QTBUG-57767 | 46 | # From https://bugreports.qt.io/browse/QTBUG-57767 |
| 47 | SRC_URI += "file://0001-fix-build-without-xkbcommon-evdev.patch" | 47 | SRC_URI += " \ |
| 48 | file://0001-fix-build-without-xkbcommon-evdev.patch \ | ||
| 49 | file://0002-Fix-initial-window-property-values-being-propagated.patch \ | ||
| 50 | " | ||
| 48 | 51 | ||
| 49 | BBCLASSEXTEND =+ "native nativesdk" | 52 | BBCLASSEXTEND =+ "native nativesdk" |
