meson: bump wlroots version after 0.17.0 release

This commit is contained in:
llyyr 2023-11-21 23:55:19 +05:30 committed by Kirill Primak
parent bff991dfdc
commit 4ad15a4015
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ if is_freebsd
endif
# Execute the wlroots subproject, if any
wlroots_version = ['>=0.17.0', '<0.18.0']
wlroots_version = ['>=0.18.0', '<0.19.0']
subproject(
'wlroots',
default_options: ['examples=false'],