|
|
|
@ -64,11 +64,12 @@ install_data (
@@ -64,11 +64,12 @@ install_data (
|
|
|
|
|
join_paths ( |
|
|
|
|
[datadir, 'mime/packages'])) |
|
|
|
|
|
|
|
|
|
# install bash completion |
|
|
|
|
install_data ( |
|
|
|
|
'zrythm-completion.bash', |
|
|
|
|
install_dir: '/etc/bash_completion.d', |
|
|
|
|
install_mode: 'r--r--r--', |
|
|
|
|
rename: 'zrythm') |
|
|
|
|
if get_option ('install_bash_completion') |
|
|
|
|
install_data ( |
|
|
|
|
'zrythm-completion.bash', |
|
|
|
|
install_dir: '/etc/bash_completion.d', |
|
|
|
|
install_mode: 'r--r--r--', |
|
|
|
|
rename: 'zrythm') |
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
subdir('windows') |
|
|
|
|