From 80db59153453071de6c3db3507f462d59cbb8ec4 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 14 Jul 2022 22:22:47 +0200 Subject: [PATCH] build: Update Wayland dependency to 1.21 This is needed for wl_seat v8. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 11af911f2..60936dd68 100644 --- a/meson.build +++ b/meson.build @@ -40,7 +40,7 @@ udev_req = '>= 228' gudev_req = '>= 232' # wayland version requirements -wayland_server_req = '>= 1.20' +wayland_server_req = '>= 1.21' wayland_protocols_req = '>= 1.25' # native backend version requirements