aboutsummaryrefslogtreecommitdiff
path: root/contrib/vhost-user-blk/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vhost-user-blk/meson.build')
-rw-r--r--contrib/vhost-user-blk/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/vhost-user-blk/meson.build b/contrib/vhost-user-blk/meson.build
new file mode 100644
index 0000000000..5db8cc3fe2
--- /dev/null
+++ b/contrib/vhost-user-blk/meson.build
@@ -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)