summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini2019-06-10 12:18:02 +0200
committerPaolo Bonzini2020-08-21 12:30:09 +0200
commit2d7ac0af9d05e80de9fe9ab20bb188482fbe4810 (patch)
tree976c09aac5f06af7d98116f5ef6dde060a673a44 /meson.build
parenttools/virtiofsd: convert to Meson (diff)
downloadqemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.tar.gz
qemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.tar.xz
qemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.zip
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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 00970e6e19..4343f0be6c 100644
--- a/meson.build
+++ b/meson.build
@@ -257,6 +257,7 @@ qemuutil = declare_dependency(link_with: libqemuutil,
if have_tools
if 'CONFIG_VHOST_USER' in config_host
subdir('contrib/libvhost-user')
+ subdir('contrib/vhost-user-blk')
endif
endif