projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4119d1e
)
meson: fix type of homed option
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 30 Jan 2020 11:27:45 +0000
(12:27 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 30 Jan 2020 11:33:06 +0000
(12:33 +0100)
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index 1434ae706f1096a57bedc47b55e34d41af6f41ee..d5b6f24344c2b9f96f4ab6ce245eb5bdbb3a727c 100644
(file)
--- 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')