meson: convert hw/hyperv
[qemu/ar7.git] / tools / virtiofsd / meson.build
blobd1e23c57603c455e377410e9ecf046b0d8f1b6a7
1 executable('virtiofsd', files(
2   'buffer.c',
3   'fuse_opt.c',
4   'fuse_log.c',
5   'fuse_lowlevel.c',
6   'fuse_signals.c',
7   'fuse_virtio.c',
8   'helper.c',
9   'passthrough_ll.c',
10   'passthrough_seccomp.c'),
11   link_with: libvhost_user,
12   dependencies: [seccomp, qemuutil, libcap_ng],
13   install: true,
14   install_dir: get_option('libexecdir'))
16 configure_file(input: '50-qemu-virtiofsd.json.in',
17                output: '50-qemu-virtiofsd.json',
18                configuration: config_host,
19                install_dir: config_host['qemu_datadir'] / 'vhost-user')