build: bump wlroots dependency version number

This commit is contained in:
ARDiDo 2021-12-17 10:32:43 -05:00
parent 7d68eeb5eb
commit 64cc0b91e8

View file

@ -37,7 +37,7 @@ if git.found()
endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots_version = ['>=0.15.0', '<0.16.0']
wlroots_version = ['>=0.16.0', '<0.17.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['default_library=static', 'examples=false'],