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.
This commit is contained in:
Simon Ser 2022-09-05 22:37:16 +02:00 committed by Joshie
parent 26bbb53de7
commit 343e286308

View file

@ -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')