diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 2c74152e..59519a15 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -35,5 +35,7 @@ option('termcap', type : 'combo', choices : [ '', 'ncurses', 'termcap' ], description : 'the termcap library to use') +option('user_services', type : 'boolean', + description : 'enable user services' ) option('zsh-completions', type : 'boolean', description : 'install zsh completions') |