From f3c18336d208c5755e3e580f968f00bff39bb5f1 Mon Sep 17 00:00:00 2001 From: Martin Kalchev Date: Sun, 26 Aug 2018 19:27:18 +0300 Subject: added fish to meson.build --- meson.build | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2a020323..0e4b4f21 100644 --- a/meson.build +++ b/meson.build @@ -205,3 +205,14 @@ if (get_option('bash_completions')) install_data(bash_files, install_dir: bash_install_dir) endif + +if (get_option('fish_completions')) + fish_files = files( + 'completions/fish/sway.fish', + 'completions/fish/swaylock.fish', + 'completions/fish/swaymsg.fish', + ) + fish_install_dir = datadir + '/fish/completions' + + install_data(fish_files, install_dir: fish_install_dir) +endif -- cgit v1.2.3-54-g00ecf