summaryrefslogtreecommitdiffstats
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-03-17 15:51:29 +0100
committerPier Luigi Fiorini <pierluigi.fiorini@gmail.com>2016-03-17 19:45:54 +0000
commitc7aa6bae0cf827d5a6bbfebea947d557b56a2bfb (patch)
treed7bd62920d50d508e3922e9cd3cafdee64eea890 /qtwayland.pro
parentbbc24ce7708b8b31313144d43e892f5838fcfafb (diff)
Upgrade required Wayland version to 1.6.0
This makes sure QtWayland is only built if a Wayland version >= 1.6.0 is found. Upgraded from 1.4.0. Change-Id: Ibbd965f9e25ae9fd15d9367431574c5c1ff8b7ce Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
Diffstat (limited to 'qtwayland.pro')
-rw-r--r--qtwayland.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwayland.pro b/qtwayland.pro
index b5088072f..f71b842d8 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -15,7 +15,7 @@ qtCompileTest(libhybris_egl_server)
load(qt_parts)
!config_wayland {
- warning("QtWayland requires Wayland 1.4.0 or higher, QtWayland will not be built")
+ warning("QtWayland requires Wayland 1.6.0 or higher, QtWayland will not be built")
SUBDIRS =
}