mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
added fish to meson.build
This commit is contained in:
parent
4f57c3da0e
commit
f3c18336d2
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 New Issue
Block a user