summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland_git.bb
diff options
context:
space:
mode:
authorVesa Jääskeläinen <dachaac@gmail.com>2016-12-22 17:14:49 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-18 01:40:52 +0100
commitda138c99142bec136e43eba35ce09d86f00eca2c (patch)
treec35c57c9e2f7436304beacc3cd6a1d57c01c77ac /recipes-qt/qt5/qtwayland_git.bb
parent9aa870eecf6dc7a87678393bd55b97e21033ab48 (diff)
downloadmeta-qt5-da138c99142bec136e43eba35ce09d86f00eca2c.tar.gz
qtwayland: Fix building of QWaylandIntegration if some Qt5 features are disabled.
QPlatformIntegration's interface methods are disabled based on QT_NO_OPENGL, QT_NO_CLIPBOARD, QT_NO_DRAGANDDROP, QT_NO_ACCESSIBILITY and QT_NO_SESSIONMANAGER, these has to be taken into account when compiling QtWayland. Signed-off-by: Vesa Jääskeläinen <dachaac@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.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.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index b208961c..e315924c 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -46,6 +46,7 @@ FILES_${PN}-plugins-dbg += " \
46 46
47SRC_URI += " \ 47SRC_URI += " \
48 file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ 48 file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \
49 file://0001-Fix-building-of-QWaylandIntegration-if-some-Qt5-feat.patch \
49" 50"
50 51
51SRCREV = "a172672484b9496819e588b51ac2ff9fb4a21941" 52SRCREV = "a172672484b9496819e588b51ac2ff9fb4a21941"