From 343e286308b01a6945b1913e854c5a628de47bfd Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 5 Sep 2022 22:37:16 +0200 Subject: [PATCH] build: bump wayland-server dep version Wayland global filtering requires 1.21 to work properly with globals which are created and destroyed on-the-fly. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b3bdfc9..05eae31 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ dep_xres = dependency('xres') drm_dep = dependency('libdrm', version: '>= 2.4.109') vulkan_dep = dependency('vulkan') -wayland_server = dependency('wayland-server') +wayland_server = dependency('wayland-server', version: '>=1.21') wayland_protos = dependency('wayland-protocols', version: '>=1.17') xkbcommon = dependency('xkbcommon') thread_dep = dependency('threads')