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 612f7a164..1af00ee38 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.4.0 or higher required
+# error Wayland 1.6.0 or higher required
#endif
#if WAYLAND_VERSION_MAJOR == 1
-# if WAYLAND_VERSION_MINOR < 4
-# error Wayland 1.4.0 or higher required
+# if WAYLAND_VERSION_MINOR < 6
+# error Wayland 1.6.0 or higher required
# endif
-# if WAYLAND_VERSION_MINOR == 4
+# if WAYLAND_VERSION_MINOR == 6
# if WAYLAND_VERSION_MICRO < 0
-# error Wayland 1.4.0 or higher required
+# error Wayland 1.6.0 or higher required
# endif
# endif
#endif