diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 12:45:53 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2021-09-07 12:45:53 -0500 |
commit | 7c29fbd36f87426b78fe4baa6eb1a68661fc1374 (patch) | |
tree | aca7f476e6083c9facbfd21d4c8cf43293fc2a38 /meson_options.txt | |
parent | 593be166d16e371837d85ff4e963cf8c71b569c7 (diff) |
build: install bash and zsh completions
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index cd922a21..e4e7c4df 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,5 +1,7 @@ option('audit', type : 'feature', value : 'auto', description : 'enable libaudit support') +option('bash-completions', type : 'boolean', + description : 'install bash completions') option('branding', type : 'string', description : 'Add branding to OpenRC') option('local_prefix', type : 'string', value : '/usr/local', @@ -31,3 +33,5 @@ option('termcap', type : 'combo', choices : [ '', 'ncurses', 'termcap' ], description : 'the termcap library to use') +option('zsh-completions', type : 'boolean', + description : 'install zsh completions') |