]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: don't check collie as program for sheepdog
authorPavel Hrdina <phrdina@redhat.com>
Thu, 15 Apr 2021 12:36:32 +0000 (14:36 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 21 Apr 2021 12:19:54 +0000 (14:19 +0200)
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>
meson.build

index cd88e26f9a964132359a772ff254c3d34382200e..837955de37508c068c76e4b9908ebca5f5145770 100644 (file)
@@ -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