[libvirt PATCH] src/storage/meson: fix vir_storage_file_gluster module dependencies

Pavel Hrdina phrdina at redhat.com
Tue Sep 8 13:48:46 UTC 2020


The correct key for dependencies for virt_modules hash is `deps`.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 src/storage/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/storage/meson.build b/src/storage/meson.build
index 18ea0f3fb5..b4cefe9a89 100644
--- a/src/storage/meson.build
+++ b/src/storage/meson.build
@@ -187,7 +187,7 @@ if conf.has('WITH_STORAGE_GLUSTER')
     'sources': [
       files(storage_file_gluster_sources),
     ],
-    'dependenciec': [
+    'deps': [
       glusterfs_dep,
     ],
     'install_dir': storage_file_install_dir,
-- 
2.26.2




More information about the libvir-list mailing list