8 lines
271 B
Meson
8 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
|