summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-04 18:33:30 +0200
committerLennart Poettering <lennart@poettering.net>2020-01-15 15:28:17 +0100
commitd093b62c941ebd6cf16ef9dd6430841eb361ed92 (patch)
tree10190b031dc8cc5a2ee000cf150a4cd485621a42 /meson_options.txt
parent295c1a6e456936960d7190f94ff0c1eb51102f33 (diff)
downloadsystemd-d093b62c941ebd6cf16ef9dd6430841eb361ed92.tar.gz
userdbd: add new service that can merge userdb queries from multiple clients
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 4d641c3671..6736240f39 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -94,6 +94,8 @@ option('machined', type : 'boolean',
description : 'install the systemd-machined stack')
option('portabled', type : 'boolean',
description : 'install the systemd-portabled stack')
+option('userdb', type : 'boolean',
+ description : 'install the systemd-userdbd stack')
option('networkd', type : 'boolean',
description : 'install the systemd-networkd stack')
option('timedated', type : 'boolean',