aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 992b09b6..944dfa3e 100644
--- a/meson.build
+++ b/meson.build
@@ -101,7 +101,7 @@ internal_features = {
wayland_project_options = ['tests=false', 'documentation=false']
wayland_server = dependency('wayland-server',
- version: '>=1.20',
+ version: '>=1.21',
fallback: 'wayland',
default_options: wayland_project_options,
)