From a7456af52c796d80f5f42988348ed54f61c85395 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 6 Oct 2017 16:33:21 +0900 Subject: [PATCH] meson: fix feature list (#7011) --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bf3c323c2d..f7a610af3b 100644 --- a/meson.build +++ b/meson.build @@ -2540,7 +2540,7 @@ foreach tuple : [ ['timesyncd'], ['localed'], ['networkd'], - ['resolved'], + ['resolve'], ['coredump'], ['polkit'], ['legacy pkla', install_polkit_pkla],