diff options
author | Andy Nichols <andy.nichols@digia.com> | 2013-03-02 18:42:54 +0100 |
---|---|---|
committer | Andy Nichols <andy.nichols@digia.com> | 2013-03-02 22:06:26 +0100 |
commit | 317c735b2e5694a87c9a87b177e6915c070e2a56 (patch) | |
tree | 558d3754b7a7dee1f4c6db9515d80c0c38b7a0c0 /qtwayland.pro | |
parent | 4d124fea48a0d094443ed0e031c8e28ec04611a3 (diff) | |
download | qtwayland-317c735b2e5694a87c9a87b177e6915c070e2a56.tar.gz qtwayland-317c735b2e5694a87c9a87b177e6915c070e2a56.tar.bz2 qtwayland-317c735b2e5694a87c9a87b177e6915c070e2a56.zip |
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.pro | 2 |
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 { |