build: bump wlroots dependency to 0.15.0

This commit is contained in:
Johan Malm 2021-06-26 10:12:52 +01:00
parent 874cc9e637
commit 448b3c5870

View file

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