Paolo Bonzini | 3f99cf5 | 2020-02-05 09:45:39 +0100 | [diff] [blame] | 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'), |
Marc-André Lureau | 0df750e | 2020-11-25 14:06:37 +0400 | [diff] [blame] | 11 | dependencies: [seccomp, qemuutil, libcap_ng, vhost_user], |
Paolo Bonzini | 3f99cf5 | 2020-02-05 09:45:39 +0100 | [diff] [blame] | 12 | install: true, |
| 13 | install_dir: get_option('libexecdir')) |
| 14 | |
| 15 | configure_file(input: '50-qemu-virtiofsd.json.in', |
| 16 | output: '50-qemu-virtiofsd.json', |
Marc Hartmayer | cd57dea | 2020-11-03 12:23:33 +0100 | [diff] [blame] | 17 | configuration: { 'libexecdir' : get_option('prefix') / get_option('libexecdir') }, |
Marc-André Lureau | ab4c099 | 2020-08-26 15:04:16 +0400 | [diff] [blame] | 18 | install_dir: qemu_datadir / 'vhost-user') |