From c7aa6bae0cf827d5a6bbfebea947d557b56a2bfb Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 17 Mar 2016 15:51:29 +0100 Subject: Upgrade required Wayland version to 1.6.0 This makes sure QtWayland is only built if a Wayland version >= 1.6.0 is found. Upgraded from 1.4.0. Change-Id: Ibbd965f9e25ae9fd15d9367431574c5c1ff8b7ce Reviewed-by: Pier Luigi Fiorini --- config.tests/wayland/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.tests') 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 -- cgit v1.2.3