mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 05:43:53 -06:00

The libiscsi pkg-config information is extracted from config-host.mak and used to link vhost-user-blk. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
271 B
Meson
7 lines
271 B
Meson
if 'CONFIG_LIBISCSI' in config_host
|
|
executable('vhost-user-scsi', files('vhost-user-scsi.c'),
|
|
link_with: libvhost_user,
|
|
dependencies: [qemuutil, libiscsi],
|
|
build_by_default: targetos == 'linux',
|
|
install: false)
|
|
endif
|