diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-29 17:55:04 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-12-07 13:54:31 +0000 |
commit | 79248e4961d49da1858917a902ba6b8fcc0bead1 (patch) | |
tree | 1edb346ba54de54892bc2c20991fc77a1449cc02 /protocol | |
parent | 90a6c7b7e18950bfe393f9e921e525e3f1f4073e (diff) |
xdg-shell: use defunct_role_object 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 1928df9f..965dc342 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.28', + version: '>=1.31', fallback: 'wayland-protocols', default_options: ['tests=false'], ) |