]> git.proxmox.com Git - mirror_qemu.git/blame - tools/meson.build
pc: clean up compat machines
[mirror_qemu.git] / tools / meson.build
CommitLineData
a436d6d4
PB
1have_virtiofsd = get_option('virtiofsd') \
2 .require(targetos == 'linux',
3 error_message: 'virtiofsd requires Linux') \
4 .require(seccomp.found() and libcap_ng.found(),
5 error_message: 'virtiofsd requires libcap-ng-devel and seccomp-devel') \
2a3129a3 6 .require(have_vhost_user,
a436d6d4
PB
7 error_message: 'virtiofsd needs vhost-user-support') \
8 .disable_auto_if(not have_tools and not have_system) \
9 .allowed()
cece116c 10
3f99cf57
PB
11if have_virtiofsd
12 subdir('virtiofsd')
13endif