meson.build (bd44d64a3879bb6b0ca19bff3be16e0093502fac) meson.build (1f2146f7ca0f04afc62c4a170ec78bd030f3e72f)
1qsd_ss = ss.source_set()
2qsd_ss.add(files('qemu-storage-daemon.c'))
3qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
4
5subdir('qapi')
6
7if have_tools
1qsd_ss = ss.source_set()
2qsd_ss.add(files('qemu-storage-daemon.c'))
3qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
4
5subdir('qapi')
6
7if have_tools
8 qsd_ss = qsd_ss.apply(config_host, strict: false)
8 qsd_ss = qsd_ss.apply(config_targetos, strict: false)
9 qsd = executable('qemu-storage-daemon',
10 qsd_ss.sources(),
11 dependencies: qsd_ss.dependencies(),
12 install: true)
13endif
9 qsd = executable('qemu-storage-daemon',
10 qsd_ss.sources(),
11 dependencies: qsd_ss.dependencies(),
12 install: true)
13endif