diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-08-26 19:27:18 +0300 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-08-26 19:27:18 +0300 |
| commit | 542c8db7a4a39d669c8e6c308e7cc8505c726f76 (patch) | |
| tree | 3b5d39ddacfa73a1d39546207011b97ddca7a39a /meson.build | |
| parent | be0f874bd431a5795a448497495d38b8dd0ed5b4 (diff) | |
added fish to meson.build
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
