From ec74f47e5617b252d6829b8cbd892a908ed4e798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 30 Jan 2020 12:27:45 +0100 Subject: [PATCH] meson: fix type of homed option --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 1434ae706f..d5b6f24344 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')