build: use wlroots 0.15.0

This commit is contained in:
Johan Malm 2021-12-26 22:42:51 +00:00
parent 6651d45ed4
commit be300764b5
2 changed files with 2 additions and 2 deletions

View file

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