From e6ddb6cdd3d051e5a68b98cf972feb4347277eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Poisot?= Date: Sat, 27 Dec 2025 16:42:50 +0000 Subject: [PATCH] meson: bump minimum wayland-protocols version 1.47 brings updates to color-management --- protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/meson.build b/protocol/meson.build index 613d18018..0283dad64 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.44', + version: '>=1.47', fallback: 'wayland-protocols', default_options: ['tests=false'], )