From b175de4e18d10260be38565af5cefca721fcd029 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Mon, 3 Aug 2020 17:17:02 +0200 Subject: [PATCH] meson: Fix "numaclt" typo Signed-off-by: Erik Skultety --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),