From 24597bb971a1c7cd29fceaa6c9ada8f96686c083 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Sat, 16 Nov 2024 20:05:15 +0300 Subject: [PATCH] meson: require wayland >=1.23.1 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 453969507..690b77b35 100644 --- a/meson.build +++ b/meson.build @@ -84,7 +84,7 @@ internal_features = { internal_config = configuration_data() wayland_kwargs = { - 'version': '>=1.23', + 'version': '>=1.23.1', 'fallback': 'wayland', 'default_options': [ 'tests=false',