mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
src/storage/meson: fix vir_storage_file_gluster module dependencies
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>
This commit is contained in:
parent
92b252456e
commit
a490693367
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user