aboutsummaryrefslogtreecommitdiff
path: root/fsdev/meson.build
blob: 30e23199606e27dafc7d6b734dcaff8e4732f240 (plain)
1
2
3
4
5
6
7
8
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'),
             dependencies: [qemuutil, libattr, libcap_ng],
             install: true,
             install_dir: get_option('libexecdir'))
endif