mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
meson: fix type of homed option
This commit is contained in:
parent
4119d1e60a
commit
ec74f47e56
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user