build: bump wlroots version

Upstream bumped to 0.21.0-dev 627da39e76
This commit is contained in:
llyyr 2026-03-20 01:49:08 +05:30 committed by Alexander Orzechowski
parent 40e1dcd29f
commit 85a4b19ac4

View file

@ -39,14 +39,14 @@ if is_freebsd
endif
# Execute the wlroots subproject, if any
wlroots_version = ['>=0.20.0', '<0.21.0']
wlroots_version = ['>=0.21.0', '<0.22.0']
subproject(
'wlroots',
default_options: ['examples=false'],
required: false,
version: wlroots_version,
)
wlroots = dependency('wlroots-0.20', version: wlroots_version, fallback: 'wlroots')
wlroots = dependency('wlroots-0.21', version: wlroots_version, fallback: 'wlroots')
wlroots_features = {
'xwayland': false,
'libinput_backend': false,