[libvirt PATCH] meson: Fix "numaclt" typo

Erik Skultety posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b175de4e18d10260be38565af5cefca721fcd029.1596526107.git.eskultet@redhat.com
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] meson: Fix "numaclt" typo
Posted by Erik Skultety 3 years, 8 months ago
Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
Pushed as trivial.

 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'),
-- 
2.26.2