aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vhost-user-rng/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vhost-user-rng/meson.build')
-rw-r--r--tools/vhost-user-rng/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/vhost-user-rng/meson.build b/tools/vhost-user-rng/meson.build
new file mode 100644
index 000000000..4bcc4ad87
--- /dev/null
+++ b/tools/vhost-user-rng/meson.build
@@ -0,0 +1,10 @@
+executable('vhost-user-rng', files(
+ 'main.c'),
+ dependencies: [qemuutil, glib, gio, rt],
+ install: true,
+ install_dir: get_option('libexecdir'))
+
+configure_file(input: '50-qemu-rng.json.in',
+ output: '50-qemu-rng.json',
+ configuration: config_host,
+ install_dir: qemu_datadir / 'vhost-user')