mirror of
https://github.com/swaywm/sway.git
synced 2024-12-27 07:26:55 +01:00
meson: bump wlroots version after 0.17.0 release
This commit is contained in:
parent
bff991dfdc
commit
4ad15a4015
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ if is_freebsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Execute the wlroots subproject, if any
|
# Execute the wlroots subproject, if any
|
||||||
wlroots_version = ['>=0.17.0', '<0.18.0']
|
wlroots_version = ['>=0.18.0', '<0.19.0']
|
||||||
subproject(
|
subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['examples=false'],
|
default_options: ['examples=false'],
|
||||||
|
|
Loading…
Reference in a new issue