mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +01:00
build: bump wlroots dependency to 0.17.0
This commit is contained in:
parent
5c239eaac5
commit
fdde67405e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if is_freebsd
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Execute the wlroots subproject, if any
|
# Execute the wlroots subproject, if any
|
||||||
wlroots_version = ['>=0.16.0', '<0.17.0']
|
wlroots_version = ['>=0.17.0', '<0.18.0']
|
||||||
subproject(
|
subproject(
|
||||||
'wlroots',
|
'wlroots',
|
||||||
default_options: ['examples=false'],
|
default_options: ['examples=false'],
|
||||||
|
|
Loading…
Reference in a new issue