From: Erik Skultety Date: Mon, 3 Aug 2020 15:17:02 +0000 (+0200) Subject: meson: Fix "numaclt" typo X-Git-Tag: v6.7.0-rc1~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b175de4e18d10260be38565af5cefca721fcd029;p=thirdparty%2Flibvirt.git meson: Fix "numaclt" typo Signed-off-by: Erik Skultety --- diff --git a/meson.build b/meson.build index 48b937d6bb..ad269640ba 100644 --- a/meson.build +++ b/meson.build @@ -2419,7 +2419,7 @@ libs_summary = { 'netcf': netcf_dep.found(), 'NLS': have_gnu_gettext_tools, 'nss': conf.has('WITH_NSS'), - 'numaclt': numactl_dep.found(), + 'numactl': numactl_dep.found(), 'openwsman': openwsman_dep.found(), 'pciaccess': pciaccess_dep.found(), 'pm_utils': conf.has('WITH_PM_UTILS'),