/
githubmirror
/
toolbox
Обзор
Документация
Войти
/
githubmirror
/
toolbox
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
meson_options.txt
49 строк
1012 B
Valentin David
build: Do not use use auto dependencies for shell completion scripts
25 янв 2024, 03:18
25 янв 2024, 03:18
3092ca5
Код
Авторство
О чём код?
option( 'bash_completions', description: 'Install Bash completion scripts', type: 'feature', ) option( 'bash_completions_dir', description: 'Directory for Bash completion scripts', type: 'string', ) option( 'fish_completions', description: 'Install fish completion scripts', type: 'feature', ) option( 'fish_completions_dir', description: 'Directory for fish completion scripts', type: 'string', ) option( 'zsh_completions_dir', description: 'Directory for Z shell completion scripts (default=$datadir/zsh/site-functions)', type: 'string', ) option( 'migration_path_for_coreos_toolbox', description: 'Offer a migration path to users of github.com/coreos/toolbox', type: 'boolean', value: false ) option( 'profile_dir', description: 'Directory for profile.d files to be read by the shell on start-up', type: 'string', value: '/usr/share/profile.d' ) option( 'tmpfiles_dir', description: 'Directory for system-wide tmpfiles.d(5) files', type: 'string', )