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:
@@ -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
|
||||
|
Reference in New Issue
Block a user