2020-08-04 18:18:36 +00:00
|
|
|
qsd_ss = ss.source_set()
|
|
|
|
qsd_ss.add(files('qemu-storage-daemon.c'))
|
2021-01-02 12:52:13 +00:00
|
|
|
qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil, gnutls)
|
2020-08-04 18:18:36 +00:00
|
|
|
|
2020-08-19 12:44:56 +00:00
|
|
|
subdir('qapi')
|
2020-08-04 18:18:36 +00:00
|
|
|
|
|
|
|
if have_tools
|
|
|
|
qsd_ss = qsd_ss.apply(config_host, strict: false)
|
2021-08-11 09:47:05 +00:00
|
|
|
qsd = executable('qemu-storage-daemon',
|
|
|
|
qsd_ss.sources(),
|
|
|
|
dependencies: qsd_ss.dependencies(),
|
|
|
|
install: true)
|
2020-08-04 18:18:36 +00:00
|
|
|
endif
|