build: bump wlroots dependency to 0.17.0

This commit is contained in:
Joe Kappus 2022-11-11 14:59:20 -05:00 committed by Simon Ser
parent 5c239eaac5
commit fdde67405e
1 changed files with 1 additions and 1 deletions

View File

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