meson: fix type of homed option

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-01-30 12:27:45 +01:00
parent 4119d1e60a
commit ec74f47e56
1 changed files with 1 additions and 1 deletions

View File

@ -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')