summaryrefslogtreecommitdiff
path: root/qtwayland.pro
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@digia.com>2013-03-02 18:42:54 +0100
committerAndy Nichols <andy.nichols@digia.com>2013-03-02 22:06:26 +0100
commit317c735b2e5694a87c9a87b177e6915c070e2a56 (patch)
tree558d3754b7a7dee1f4c6db9515d80c0c38b7a0c0 /qtwayland.pro
parent4d124fea48a0d094443ed0e031c8e28ec04611a3 (diff)
downloadqtwayland-317c735b2e5694a87c9a87b177e6915c070e2a56.tar.gz
Set required Wayland version to 1.0.3 or higher
We need this version to support the changes made for threaded Wayland event processing. Change-Id: I64babb4e21c3581feb5db843539f85539011c1e6 Reviewed-by: Jørgen Lind <jorgen.lind@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 ee0e5ac1..3d5a6b07 100644
--- a/qtwayland.pro
+++ b/qtwayland.pro
@@ -11,7 +11,7 @@ qtCompileTest(xcomposite)
load(qt_parts)
!config_wayland {
- error(QtWayland requires Wayland 1.0.0 or higher)
+ error(QtWayland requires Wayland 1.0.3 or higher)
}
!config_xkbcommon {