diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-09-04 14:01:55 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-10-14 10:57:49 +0000 |
commit | a049d66dd7907aabdaf4724a723cd79e1fa9cda7 (patch) | |
tree | ce6480c6f4e8e40196424e20a826d3d68a101347 /protocol | |
parent | 5ba6cf517b6dd95e6d04b97ddd7dbc4b59ea4825 (diff) |
xdg-toplevel: send invalid_parent error
Diffstat (limited to 'protocol')
-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 a6e5b465..35aee359 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.26', + version: '>=1.27', fallback: 'wayland-protocols', default_options: ['tests=false'], ) |