meson: bump wlroots dependency version number

This commit is contained in:
kalekale 2021-06-29 15:03:12 +05:45 committed by Johan Malm
parent d38d1a9bd0
commit a1ae16c1cf

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.14.0', '<=0.15.0']
wlroots_proj = subproject(
'wlroots',
default_options: ['examples=false'],