diff options
author | José Expósito <jose.exposito89@gmail.com> | 2021-09-15 18:21:29 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-09-27 15:30:31 +0200 |
commit | fb15538247ea7f4b91ef987650542ae3f5acc89e (patch) | |
tree | 28bfd71355f8d86b3447ab243896bd5eb2b465f9 | |
parent | d96d2f5f23e1096ed70dbbf286d5f9480957f667 (diff) |
protocol/meson: bump wayland-protocols requirement to 1.23
-rw-r--r-- | protocol/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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'], ) |