diff options
-rw-r--r-- | qtwayland.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtwayland.pro b/qtwayland.pro index d6971baa..497483bd 100644 --- a/qtwayland.pro +++ b/qtwayland.pro @@ -13,7 +13,7 @@ qtCompileTest(drm_egl_server) load(qt_parts) !config_wayland { - warning("QtWayland requires Wayland 1.1.0 or higher") + warning("QtWayland requires Wayland 1.2.0 or higher") SUBDIRS = } |