chase: wlroots version dep to 0.18

This commit is contained in:
Consolatis 2024-03-18 23:53:54 +01:00 committed by Johan Malm
parent 7dd7b5cc59
commit d1fbb3c7cc
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
[wrap-git] [wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git url = https://gitlab.freedesktop.org/wlroots/wlroots.git
revision = 0.17 revision = 3b4d7d2a926a0b65d3bad6649615c0b6a61c0336
[provide] [provide]
dependency_names = wlroots dependency_names = wlroots