mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tools/virtiofsd: convert to Meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
931049b46c
commit
3f99cf5710
10 changed files with 43 additions and 27 deletions
10
tools/meson.build
Normal file
10
tools/meson.build
Normal file
|
@ -0,0 +1,10 @@
|
|||
have_virtiofsd = (have_system and
|
||||
have_tools and
|
||||
'CONFIG_LINUX' in config_host and
|
||||
'CONFIG_SECCOMP' in config_host and
|
||||
'CONFIG_LIBCAP_NG' in config_host and
|
||||
'CONFIG_VHOST_USER' in config_host)
|
||||
|
||||
if have_virtiofsd
|
||||
subdir('virtiofsd')
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue