build: bump Wayland to v1.21

This commit is contained in:
José Expósito 2022-07-11 07:58:35 +02:00
parent 5dc1d4671d
commit c8f8ac672c
1 changed files with 1 additions and 1 deletions

View File

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