summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@jollamobile.com>2014-03-25 10:32:45 +0100
committerGunnar Sletta <gunnar.sletta@jollamobile.com>2014-03-25 10:32:45 +0100
commit8b1109a0d5214f63d9cff2653e3bbf8648ad4ad4 (patch)
treeb3f07ec39b36040d4bbd403bbb68aaef0f3a4e0a /config.tests
parent63b0fef9eb1fe6e65333b03418b9c9a2fb33dfbc (diff)
parenta07bf91a15fe176f5b25e96aeea5b1b40fff947b (diff)
Merge branch 'stable' into dev
Conflicts: src/compositor/compositor_api/qwaylandsurfaceitem.cpp src/compositor/wayland_wrapper/qwlcompositor.cpp Change-Id: Ibbed140c7694ea7fd1882ebb0139b376546b8b50
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/wayland/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.tests/wayland/main.cpp b/config.tests/wayland/main.cpp
index fb9915305..6094f0883 100644
--- a/config.tests/wayland/main.cpp
+++ b/config.tests/wayland/main.cpp
@@ -43,15 +43,15 @@
int main()
{
#if WAYLAND_VERSION_MAJOR < 1
-# error Wayland 1.3.0 or higher required
+# error Wayland 1.2.0 or higher required
#endif
#if WAYLAND_VERSION_MAJOR == 1
-# if WAYLAND_VERSION_MINOR < 3
-# error Wayland 1.3.0 or higher required
+# if WAYLAND_VERSION_MINOR < 2
+# error Wayland 1.2.0 or higher required
# endif
-# if WAYLAND_VERSION_MINOR == 3
+# if WAYLAND_VERSION_MINOR == 2
# if WAYLAND_VERSION_MICRO < 0
-# error Wayland 1.3.0 or higher required
+# error Wayland 1.2.0 or higher required
# endif
# endif
#endif