Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-5.2-20201124' into staging
[qemu/ar7.git] / tools / virtiofsd / meson.build
blob17edecf55c0aee51b2b3327fd62389ea15df2644
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: { 'libexecdir' : get_option('prefix') / get_option('libexecdir') },
19                install_dir: qemu_datadir / 'vhost-user')