aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-03-14 18:50:04 -0300
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2023-10-19 10:56:54 +0200
commitc1134b3ce72b1ee3b28897bcc9c355c68fa6f388 (patch)
tree6e3adc68a6d716ab578b70ba95cd7372c5d4181f /meson_options.txt
parent554ccab718147e04203c424ac10916071bfa7aee (diff)
librc: skeleton of user services support
Those functions allocates and set up the environment for user services. Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
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')