chase wlroots: pin to first 0.19.0-dev commit

Ref: b10516e1e8352f3140d68fa580b0ed32e13c2d58
("build: bump version to 0.19.0-dev")
This commit is contained in:
John Lindgren 2025-02-02 14:22:24 -05:00 committed by Johan Malm
parent 5b67ad6043
commit cb0db3542d
2 changed files with 5 additions and 5 deletions

View file

@ -50,9 +50,9 @@ endif
add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c') add_project_arguments('-DLABWC_VERSION=@0@'.format(version), language: 'c')
wlroots = dependency( wlroots = dependency(
'wlroots-0.18', 'wlroots-0.19',
default_options: ['default_library=static', 'examples=false'], default_options: ['default_library=static', 'examples=false'],
version: ['>=0.18.1', '<0.19.0'], version: ['>=0.19.0', '<0.20.0'],
) )
wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true' wlroots_has_xwayland = wlroots.get_variable('have_xwayland') == 'true'

View file

@ -1,7 +1,7 @@
[wrap-git] [wrap-git]
url = https://gitlab.freedesktop.org/wlroots/wlroots.git url = https://gitlab.freedesktop.org/wlroots/wlroots.git
revision = 0.18 revision = b10516e1e8352f3140d68fa580b0ed32e13c2d58
[provide] [provide]
dependency_names = wlroots-0.18 dependency_names = wlroots-0.19
wlroots-0.18=wlroots wlroots-0.19=wlroots