aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2019-06-10 12:18:02 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:09 -0400
commit2d7ac0af9d05e80de9fe9ab20bb188482fbe4810 (patch)
tree976c09aac5f06af7d98116f5ef6dde060a673a44 /meson.build
parent3f99cf5710d77ce218116d1b6bb9682c466bbde1 (diff)
downloadqemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.zip
qemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.tar.gz
qemu-2d7ac0af9d05e80de9fe9ab20bb188482fbe4810.tar.bz2
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 00970e6..4343f0b 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