mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 99650b628f
			
		
	
	
		99650b628f
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			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
 |