mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
meson: bump wlroots version after 0.17.0 release
This commit is contained in:
parent
bff991dfdc
commit
4ad15a4015
|
@ -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'],
|
||||
|
|
Loading…
Reference in a new issue