mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
libiscsi: convert to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
29ba6116b6
commit
9db405a335
5 changed files with 14 additions and 31 deletions
|
@ -1,4 +1,4 @@
|
|||
if 'CONFIG_LIBISCSI' in config_host
|
||||
if libiscsi.found()
|
||||
executable('vhost-user-scsi', files('vhost-user-scsi.c'),
|
||||
dependencies: [qemuutil, libiscsi, vhost_user],
|
||||
build_by_default: targetos == 'linux',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue