diff options
author | José Expósito <jose.exposito89@gmail.com> | 2022-07-11 07:58:35 +0200 |
---|---|---|
committer | José Expósito <jose.exposito89@gmail.com> | 2022-07-11 11:01:35 +0200 |
commit | c8f8ac672caf10a6b2688ed47ddda53cd3af145c (patch) | |
tree | 263abdc23ae82f631d2f66e7d29bf5cc22eb5388 | |
parent | 5dc1d4671dd2ca3c1f0f09587c463fdbb542f0a4 (diff) | |
download | wlroots-c8f8ac672caf10a6b2688ed47ddda53cd3af145c.tar.xz |
build: bump Wayland to v1.21
-rw-r--r-- | meson.build | 2 |
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, ) |