2020-08-04 21:18:36 +03:00
|
|
|
qsd_ss = ss.source_set()
|
|
|
|
qsd_ss.add(files('qemu-storage-daemon.c'))
|
2020-09-29 15:55:14 +03:00
|
|
|
qsd_ss.add(blockdev, chardev, qmp, qom, qemuutil)
|
2020-08-04 21:18:36 +03:00
|
|
|
|
2020-08-19 15:44:56 +03:00
|
|
|
subdir('qapi')
|
2020-08-04 21:18:36 +03:00
|
|
|
|
|
|
|
if have_tools
|
|
|
|
qsd_ss = qsd_ss.apply(config_host, strict: false)
|
|
|
|
executable('qemu-storage-daemon',
|
|
|
|
qsd_ss.sources(),
|
|
|
|
dependencies: qsd_ss.dependencies(),
|
|
|
|
install: true)
|
|
|
|
endif
|