build: Bump wlroots version

This commit is contained in:
Bill Li 2024-07-13 15:09:07 +08:00 committed by Simon Ser
parent 8c5b23e592
commit 274a5fcb73

View file

@ -38,14 +38,14 @@ if is_freebsd
endif
# Execute the wlroots subproject, if any
wlroots_version = ['>=0.18.0', '<0.19.0']
wlroots_version = ['>=0.19.0', '<0.20.0']
subproject(
'wlroots',
default_options: ['examples=false'],
required: false,
version: wlroots_version,
)
wlroots = dependency('wlroots-0.18', version: wlroots_version, fallback: 'wlroots')
wlroots = dependency('wlroots-0.19', version: wlroots_version, fallback: 'wlroots')
wlroots_features = {
'xwayland': false,
'libinput_backend': false,