diff options
author | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
commit | cf6f5b9d06d72ded0b077d6770854d0003c1b4aa (patch) | |
tree | 36680c80bcbac349a8f1c9f423c0cffc62423c10 /protocols | |
parent | 41b2e8b1e1d1415a43baa6393b7237e7e77468eb (diff) | |
download | wmenu-cf6f5b9d06d72ded0b077d6770854d0003c1b4aa.tar.gz |
Support xdg_activation_v1 protocol
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/meson.build b/protocols/meson.build index fb7ce6a..5c9973d 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -12,6 +12,7 @@ endif protocols = [ [wl_protocol_dir, 'stable/xdg-shell/xdg-shell.xml'], + [wl_protocol_dir, 'staging/xdg-activation/xdg-activation-v1.xml'], ['wlr-layer-shell-unstable-v1.xml'], ] |