]> git.proxmox.com Git - mirror_qemu.git/blobdiff - fsdev/meson.build
Merge tag 'pull-maintainers-20230608' of https://gitlab.com/jraman/qemu into staging
[mirror_qemu.git] / fsdev / meson.build
index 7dd1cc9bfb991fa0d567d2ac0bf221503356f278..b632b663489f8e2deefc7e941792bbe0e2115991 100644 (file)
@@ -7,8 +7,8 @@ fsdev_ss.add(when: ['CONFIG_FSDEV_9P'], if_true: files(
   'qemu-fsdev.c',
 ), if_false: files('qemu-fsdev-dummy.c'))
 softmmu_ss.add_all(when: 'CONFIG_LINUX', if_true: fsdev_ss)
+softmmu_ss.add_all(when: 'CONFIG_DARWIN', if_true: fsdev_ss)
 
-have_virtfs_proxy_helper = have_tools and libattr.found() and libcap_ng.found() and 'CONFIG_VIRTFS' in config_host
 if have_virtfs_proxy_helper
   executable('virtfs-proxy-helper',
              files('virtfs-proxy-helper.c', '9p-marshal.c', '9p-iov-marshal.c'),