mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
contrib/ivshmem: convert to meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
ea458960ec
commit
5ee24e78f5
8 changed files with 13 additions and 16 deletions
|
@ -94,6 +94,7 @@ libcap_ng = not_found
|
|||
if 'CONFIG_LIBCAP_NG' in config_host
|
||||
libcap_ng = declare_dependency(link_args: config_host['LIBCAP_NG_LIBS'].split())
|
||||
endif
|
||||
rt = cc.find_library('rt', required: false)
|
||||
libiscsi = not_found
|
||||
if 'CONFIG_LIBISCSI' in config_host
|
||||
libiscsi = declare_dependency(compile_args: config_host['LIBISCSI_CFLAGS'].split(),
|
||||
|
@ -283,6 +284,10 @@ if have_tools
|
|||
subdir('contrib/vhost-user-input')
|
||||
subdir('contrib/vhost-user-scsi')
|
||||
endif
|
||||
if 'CONFIG_IVSHMEM' in config_host
|
||||
subdir('contrib/ivshmem-client')
|
||||
subdir('contrib/ivshmem-server')
|
||||
endif
|
||||
endif
|
||||
|
||||
subdir('tools')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue