diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-04 21:56:11 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-17 10:03:52 +0000 |
commit | c2fb5289c2909be10ce11ce9c0bcf58d110d1cdf (patch) | |
tree | d2549ef4c68365d327f8ee1b2ef38e3892db466b /protocol/meson.build | |
parent | 6c3d6be74b75e9aa8b1d5b454eb3b408bfdcfe30 (diff) |
xdg-shell: send invalid_size errors
Diffstat (limited to 'protocol/meson.build')
-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 6ba4bb6e..726b01fc 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.27', + version: '>=1.28', fallback: 'wayland-protocols', default_options: ['tests=false'], ) |