summaryrefslogtreecommitdiffstats
path: root/contrib/vhost-user-input/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/vhost-user-input/meson.build')
-rw-r--r--contrib/vhost-user-input/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/vhost-user-input/meson.build b/contrib/vhost-user-input/meson.build
new file mode 100644
index 0000000000..1eeb1329d9
--- /dev/null
+++ b/contrib/vhost-user-input/meson.build
@@ -0,0 +1,5 @@
+executable('vhost-user-input', files('main.c'),
+ link_with: libvhost_user,
+ dependencies: qemuutil,
+ build_by_default: targetos == 'linux',
+ install: false)