From c8f8ac672caf10a6b2688ed47ddda53cd3af145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 11 Jul 2022 07:58:35 +0200 Subject: [PATCH] build: bump Wayland to v1.21 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )