]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src/storage/meson: fix vir_storage_file_gluster module dependencies
authorPavel Hrdina <phrdina@redhat.com>
Tue, 8 Sep 2020 13:45:11 +0000 (15:45 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Tue, 8 Sep 2020 14:14:49 +0000 (16:14 +0200)
The correct key for dependencies for virt_modules hash is `deps`.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/storage/meson.build

index 18ea0f3fb512f33b5aebe6ffd396656319b1c062..b4cefe9a89bde06bc9a16fc2a5ebe6f80df9205a 100644 (file)
@@ -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,