mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
contrib/vhost-user-blk: convert to Meson
The GLib pkg-config information is extracted from config-host.mak and used to link vhost-user-blk. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3f99cf5710
commit
2d7ac0af9d
5 changed files with 7 additions and 5 deletions
6
contrib/vhost-user-blk/meson.build
Normal file
6
contrib/vhost-user-blk/meson.build
Normal file
|
@ -0,0 +1,6 @@
|
|||
# FIXME: broken on 32-bit architectures
|
||||
executable('vhost-user-blk', files('vhost-user-blk.c'),
|
||||
link_with: libvhost_user,
|
||||
dependencies: qemuutil,
|
||||
build_by_default: false,
|
||||
install: false)
|
Loading…
Add table
Add a link
Reference in a new issue