From 52c08743573060e9afedea48f308b41bff2c590d Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Mon, 22 Jul 2013 11:25:32 +0300 Subject: Update error text to match required Wayland version The required Wayland version was updated to 1.1, but the top-level error message was not updated to reflect this. Change-Id: Ifc1c7552a4a38986685c214e24241704fd774e11 Reviewed-by: Jan Arne Petersen Reviewed-by: Paul Olav Tvete --- qtwayland.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtwayland.pro') diff --git a/qtwayland.pro b/qtwayland.pro index 24e104b56..408a9cd34 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -11,7 +11,7 @@ qtCompileTest(xcomposite) load(qt_parts) !config_wayland { - error(QtWayland requires Wayland 1.0.3 or higher) + error(QtWayland requires Wayland 1.1.0 or higher) } !config_xkbcommon { -- cgit v1.2.3