From 419359e12947992429adc7451a160124187812e8 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 13 Sep 2018 13:31:28 +0200 Subject: Update libwayland requirement to 1.8.0 [ChangeLog] libwayland 1.8.0 is now required. Fixes: QTBUG-70555 Change-Id: Iaf395f0d9262bd0006aacd8f30037c2f095219eb Reviewed-by: Paul Olav Tvete --- config.tests/wayland/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.tests/wayland/main.cpp') diff --git a/config.tests/wayland/main.cpp b/config.tests/wayland/main.cpp index 9e0002db5..8cab379bf 100644 --- a/config.tests/wayland/main.cpp +++ b/config.tests/wayland/main.cpp @@ -53,15 +53,15 @@ int main() { #if WAYLAND_VERSION_MAJOR < 1 -# error Wayland 1.6.0 or higher required +# error Wayland 1.8.0 or higher required #endif #if WAYLAND_VERSION_MAJOR == 1 -# if WAYLAND_VERSION_MINOR < 6 -# error Wayland 1.6.0 or higher required +# if WAYLAND_VERSION_MINOR < 8 +# error Wayland 1.8.0 or higher required # endif -# if WAYLAND_VERSION_MINOR == 6 +# if WAYLAND_VERSION_MINOR == 8 # if WAYLAND_VERSION_MICRO < 0 -# error Wayland 1.6.0 or higher required +# error Wayland 1.8.0 or higher required # endif # endif #endif -- cgit v1.2.3