[libvirt PATCH] 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> --- 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

On Tue, Sep 08, 2020 at 15:48:46 +0200, Pavel Hrdina wrote:
The correct key for dependencies for virt_modules hash is `deps`.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/storage/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>

On Tue, 2020-09-08 at 15:48 +0200, Pavel Hrdina wrote:
The correct key for dependencies for virt_modules hash is `deps`.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/storage/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization

On a Tuesday in 2020, Pavel Hrdina wrote:
The correct key for dependencies for virt_modules hash is `deps`.
s/dependencies/dependenciec/
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/storage/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano

On Tue, Sep 08, 2020 at 04:41:03PM +0200, Ján Tomko wrote:
On a Tuesday in 2020, Pavel Hrdina wrote:
The correct key for dependencies for virt_modules hash is `deps`.
s/dependencies/dependenciec/
No :) it's not used here as the incorrect key but as regular word with its meaning.
participants (4)
-
Andrea Bolognani
-
Ján Tomko
-
Pavel Hrdina
-
Peter Krempa