mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
meson: convert qemu-storage-daemon
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ff219dca9f
commit
7c58bb769d
7 changed files with 15 additions and 23 deletions
|
@ -4,7 +4,4 @@ qsd_qapi_files = custom_target('QAPI files for qemu-storage-daemon',
|
|||
command: [ qapi_gen, '-o', 'storage-daemon/qapi', '@INPUT@' ],
|
||||
depend_files: [ qapi_inputs, qapi_gen_depends ])
|
||||
|
||||
static_library('qsd-qapi',
|
||||
qsd_qapi_files.to_list(),
|
||||
name_suffix: 'fa',
|
||||
build_by_default: false)
|
||||
qsd_ss.add(qsd_qapi_files.to_list())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue