From: Zbigniew Jędrzejewski-Szmek Date: Thu, 30 Jan 2020 11:27:45 +0000 (+0100) Subject: meson: fix type of homed option X-Git-Tag: v245-rc1~47^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec74f47e5617b252d6829b8cbd892a908ed4e798;p=thirdparty%2Fsystemd.git meson: fix type of homed option --- diff --git a/meson_options.txt b/meson_options.txt index 1434ae706f1..d5b6f24344c 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')