commit 274a5fcb73b1252e05543669c956a370516f052c
parent 8c5b23e592d2334b3324227dd9d1311e46c5fd69
Author: Bill Li <billli11hkb@gmail.com>
Date: Sat, 13 Jul 2024 15:09:07 +0800
build: Bump wlroots version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
@@ -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,