summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-30 12:27:45 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-01-30 12:33:06 +0100
commitec74f47e5617b252d6829b8cbd892a908ed4e798 (patch)
tree32cb18cb8aff1d6d4a42ec4a55086556f8166d54 /meson_options.txt
parent4119d1e60a111bacca359b61b5bc3dae29932b67 (diff)
downloadsystemd-ec74f47e5617b252d6829b8cbd892a908ed4e798.tar.gz
meson: fix type of homed option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1434ae706f..d5b6f24344 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -98,7 +98,7 @@ option('portabled', type : 'boolean',
description : 'install the systemd-portabled stack')
option('userdb', type : 'boolean',
description : 'install the systemd-userdbd stack')
-option('homed', type : 'boolean',
+option('homed', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'install the systemd-homed stack')
option('networkd', type : 'boolean',
description : 'install the systemd-networkd stack')