mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00: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:
@@ -1 +0,0 @@
|
||||
vhost-user-blk-obj-y = vhost-user-blk.o
|
||||
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)
|
||||
Reference in New Issue
Block a user