From 1ccc19d1dfc1118551115dd1eefd49400afed2d7 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Thu, 14 Nov 2024 16:39:42 +0100 Subject: [PATCH] build: Bump wayland-protocols requirement to 1.38 To get xdg-system-bell-v1 protocol. This is just preparation work for the next commits. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 35f84ff07..e95743ff9 100644 --- a/meson.build +++ b/meson.build @@ -65,7 +65,7 @@ libselinux_req = '>= 2.0.86' xext_req = '>= 1.0.99.4' xproto_req = '>= 7.0.31' wayland_req = '>= 1.21.0' -wayland_protocols_req = '>= 1.34' +wayland_protocols_req = '>= 1.38' gbm_req = '>= 10.2' xf86dgaproto_req = '>= 2.0.99.1' xshmfence_req = '>= 1.1'