meson: Bump wayland-protocols requirement to 1.34

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25709>
This commit is contained in:
Joshua Ashton 2024-03-28 22:11:04 +00:00 committed by Marge Bot
parent d9eb69182d
commit dd16c28b78
1 changed files with 1 additions and 1 deletions

View File

@ -2001,7 +2001,7 @@ if with_platform_wayland
else
wl_scanner_arg = 'code'
endif
dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.30')
dep_wl_protocols = dependency('wayland-protocols', version : '>= 1.34')
dep_wayland_client = dependency('wayland-client', version : '>=1.18')
dep_wayland_server = dependency('wayland-server', version : '>=1.18')
if with_egl