]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tools/meson.build
vdpa: Restore vlan filtering state
[mirror_qemu.git] / tools / meson.build
index 513bd2ff4fd21837ae14663350ff2474e2e7327c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,10 +0,0 @@
-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