wip: Update for wlroots-git (0.16.0)

This commit is contained in:
John Lindgren 2022-05-21 11:18:33 -04:00
parent ae15be8555
commit a893d7854d
11 changed files with 80 additions and 76 deletions

View file

@ -40,7 +40,7 @@ add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency(
'wlroots',
default_options: ['default_library=static', 'examples=false'],
version: ['>=0.15.0', '<0.16.0'],
version: ['>=0.15.0'],
)
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'