aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-07 12:45:53 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-07 12:45:53 -0500
commit7c29fbd36f87426b78fe4baa6eb1a68661fc1374 (patch)
treeaca7f476e6083c9facbfd21d4c8cf43293fc2a38 /meson_options.txt
parent593be166d16e371837d85ff4e963cf8c71b569c7 (diff)
build: install bash and zsh completions
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
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')