mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
added fish to meson.build
This commit is contained in:
parent
4f57c3da0e
commit
f3c18336d2
1 changed files with 11 additions and 0 deletions
11
meson.build
11
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
|
||||
|
|
Loading…
Reference in a new issue