mirror of https://github.com/xemu-project/xemu.git
meson: minor simplification
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Michael Roth <michael.roth@amd.com>
This commit is contained in:
parent
0e3c94758e
commit
2a127f96a5
qga
|
@ -22,12 +22,7 @@ qga_qapi_files = custom_target('QGA QAPI files',
|
||||||
depend_files: qapi_gen_depends)
|
depend_files: qapi_gen_depends)
|
||||||
|
|
||||||
qga_ss = ss.source_set()
|
qga_ss = ss.source_set()
|
||||||
i = 0
|
qga_ss.add(qga_qapi_files.to_list())
|
||||||
foreach output: qga_qapi_outputs
|
|
||||||
qga_ss.add(qga_qapi_files[i])
|
|
||||||
i = i + 1
|
|
||||||
endforeach
|
|
||||||
|
|
||||||
qga_ss.add(files(
|
qga_ss.add(files(
|
||||||
'commands.c',
|
'commands.c',
|
||||||
'guest-agent-command-state.c',
|
'guest-agent-command-state.c',
|
||||||
|
|
Loading…
Reference in New Issue