From fb15538247ea7f4b91ef987650542ae3f5acc89e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Wed, 15 Sep 2021 18:21:29 +0200 Subject: [PATCH] protocol/meson: bump wayland-protocols requirement to 1.23 --- protocol/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/meson.build b/protocol/meson.build index d9155348..8d8b2502 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.22', + version: '>=1.23', fallback: ['wayland-protocols', 'wayland_protocols'], default_options: ['tests=false'], )