From: Yu Watanabe Date: Fri, 6 Oct 2017 07:33:21 +0000 (+0900) Subject: meson: fix feature list (#7011) X-Git-Tag: v235~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7456af52c796d80f5f42988348ed54f61c85395;p=thirdparty%2Fsystemd.git meson: fix feature list (#7011) --- diff --git a/meson.build b/meson.build index bf3c323c2d3..f7a610af3ba 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],