summaryrefslogtreecommitdiffstats
path: root/config.tests/wayland/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.tests/wayland/main.cpp')
-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 6094f0883..f99c6b958 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.2.0 or higher required
+# error Wayland 1.4.0 or higher required
#endif
#if WAYLAND_VERSION_MAJOR == 1
-# if WAYLAND_VERSION_MINOR < 2
-# error Wayland 1.2.0 or higher required
+# if WAYLAND_VERSION_MINOR < 4
+# error Wayland 1.4.0 or higher required
# endif
-# if WAYLAND_VERSION_MINOR == 2
+# if WAYLAND_VERSION_MINOR == 4
# if WAYLAND_VERSION_MICRO < 0
-# error Wayland 1.2.0 or higher required
+# error Wayland 1.4.0 or higher required
# endif
# endif
#endif