]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: fix type of homed option
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 Jan 2020 11:27:45 +0000 (12:27 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 Jan 2020 11:33:06 +0000 (12:33 +0100)
meson_options.txt

index 1434ae706f1096a57bedc47b55e34d41af6f41ee..d5b6f24344c2b9f96f4ab6ce245eb5bdbb3a727c 100644 (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')