mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00

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>
6 lines
231 B
Meson
6 lines
231 B
Meson
# 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)
|