aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreyXor <79602273+GreyXor@users.noreply.github.com>2025-05-15 11:50:05 +0200
committerSimon Ser <contact@emersion.fr>2025-05-15 11:53:32 +0200
commit3fbff5b4bb600efa10630013546115a4f6e0d74a (patch)
treedee754381d00ec9c05556deba4c66c6aaadaade7
parent8d3a52aa3076a34b008aed8ba142c955329a8874 (diff)
build: bump wlroots version
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 646f694c..07a6bccf 100644
--- 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,