commit 3fbff5b4bb600efa10630013546115a4f6e0d74a
parent 8d3a52aa3076a34b008aed8ba142c955329a8874
Author: GreyXor <79602273+GreyXor@users.noreply.github.com>
Date: Thu, 15 May 2025 11:50:05 +0200
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.19.0', '<0.20.0']
+wlroots_version = ['>=0.20.0', '<0.21.0']
subproject(
'wlroots',
default_options: ['examples=false'],
required: false,
version: wlroots_version,
)
-wlroots = dependency('wlroots-0.19', version: wlroots_version, fallback: 'wlroots')
+wlroots = dependency('wlroots-0.20', version: wlroots_version, fallback: 'wlroots')
wlroots_features = {
'xwayland': false,
'libinput_backend': false,