mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: don't check collie as program for sheepdog
Upstream sheepdog changed collie to dog back in 2013 in version 0.7.0. Looking into repology that version is no longer used by any distribution supported by libvirt. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
18882ea776
commit
7e88184b8e
@ -1927,7 +1927,7 @@ if conf.has('WITH_LIBVIRTD')
|
||||
endif
|
||||
|
||||
if not get_option('storage_sheepdog').disabled()
|
||||
sheepdogcli_prog = find_program(['collie', 'dog'], required: get_option('storage_sheepdog'), dirs: libvirt_sbin_path)
|
||||
sheepdogcli_prog = find_program('dog', required: get_option('storage_sheepdog'), dirs: libvirt_sbin_path)
|
||||
|
||||
if sheepdogcli_prog.found()
|
||||
use_storage = true
|
||||
|
Loading…
Reference in New Issue
Block a user