meson: require wayland >=1.23.1

This commit is contained in:
Kirill Primak 2024-11-16 20:05:15 +03:00 committed by Simon Ser
parent 2ff95e5c97
commit 24597bb971

View file

@ -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',