summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwayland-native_git.bb
diff options
context:
space:
mode:
authorVesa Jääskeläinen <dachaac@gmail.com>2016-10-18 15:40:52 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-01 19:07:47 +0100
commit6255c3bc0ccf1b4329d9a460fa853be0d7827224 (patch)
treefbae460cb886572ffea6473b950bacf013af7ef6 /recipes-qt/qt5/qtwayland-native_git.bb
parent047ebac2300cae4409dca03467c8aee740939da5 (diff)
downloadmeta-qt5-6255c3bc0ccf1b4329d9a460fa853be0d7827224.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>
Diffstat (limited to 'recipes-qt/qt5/qtwayland-native_git.bb')
-rw-r--r--recipes-qt/qt5/qtwayland-native_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland-native_git.bb b/recipes-qt/qt5/qtwayland-native_git.bb
index a214346a..1149aa5b 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -18,6 +18,7 @@ DEPENDS = "qtbase-native wayland-native"
18 18
19SRC_URI += " \ 19SRC_URI += " \
20 file://0001-Install-the-qtwaylandscanner-tool-to-the-native-side.patch \ 20 file://0001-Install-the-qtwaylandscanner-tool-to-the-native-side.patch \
21 file://0001-Fix-building-of-QWaylandIntegration-if-some-Qt5-feat.patch \
21" 22"
22 23
23do_configure() { 24do_configure() {