]> xenbits.xensource.com Git - libvirt.git/commit
meson: build vstorage only on linux
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Tue, 19 Jan 2021 13:34:26 +0000 (16:34 +0300)
committerNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Tue, 19 Jan 2021 17:25:42 +0000 (20:25 +0300)
commit2127d53f2f90443f3e4919c1082350ee2b3096f1
tree53755a819f0b7c07854595177df927b12caa3226
parent36b47ffed9d699906dfa77ea0cb438432571d17b
meson: build vstorage only on linux

This should fix CI error:

    ../dist-unpack/libvirt-7.1.0/src/storage/storage_backend_vstorage.c:10:10: fatal error: 'mntent.h' file not found
    #include <mntent.h>
    ^~~~~~~~~~

on freebsd and mac.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build