From dd16c28b78b77f92bfb4e49f0f03bc1b4a30c85a Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Thu, 28 Mar 2024 22:11:04 +0000 Subject: [PATCH] meson: Bump wayland-protocols requirement to 1.34 Reviewed-by: Eric Engestrom Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index abeb897c920..59a784ca095 100644 --- a/meson.build +++ b/meson.build @@ -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