meson: Update wayland-protocols to 1.38

Update the wrap and the dependency, as well as bumping several build tags.

I've also turned off wayland-protocols tests, as we don't want to bump the
wayland-scanner version at this time.

Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26150>
This commit is contained in:
Derek Foreman
2024-10-15 05:44:23 -05:00
committed by Marge Bot
parent c108dfc930
commit cdef622a0a
4 changed files with 16 additions and 16 deletions

View File

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