1 2 3 4 5 6 7 8 9 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