diff options
author | Simon Ser <contact@emersion.fr> | 2022-05-06 19:52:56 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-08-01 18:50:16 +0200 |
commit | f1e05a64933d78830e0d783758f8d584ce16b825 (patch) | |
tree | 5a8e00e35d83cf67f5c32049c69424513ed4fe32 /protocol | |
parent | 30bf8a4303bc5df3cb87b7e6555592dbf8d95cf1 (diff) |
xdg-shell: add support for v5
This version adds a wm_capabilities event.
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 179c731d..4cc01874 100644 --- a/protocol/meson.build +++ b/protocol/meson.build @@ -1,5 +1,5 @@ wayland_protos = dependency('wayland-protocols', - version: '>=1.25', + version: '>=1.26', fallback: 'wayland-protocols', default_options: ['tests=false'], ) |