]> Git Repo - qemu.git/blob - tools/meson.build
hw/timer/armv7m_systick: Rewrite to use ptimers
[qemu.git] / tools / meson.build
1 have_virtiofsd = (have_system and
2     have_tools and
3     'CONFIG_LINUX' in config_host and 
4     'CONFIG_SECCOMP' in config_host and
5     'CONFIG_LIBCAP_NG' in config_host and
6     'CONFIG_VHOST_USER' in config_host)
7
8 if have_virtiofsd
9   subdir('virtiofsd')
10 endif
This page took 0.02477 seconds and 4 git commands to generate.