[openSUSE] meson: install ivshmem-client and ivshmem-server

Turn on the meson install flag for these executables

Signed-off-by: Bruce Rogers <brogers@suse.com>
This commit is contained in:
Bruce Rogers
2020-08-28 13:50:40 -06:00
committed by Dario Faggioli
parent b7d2019932
commit b42fd32824
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
dependencies: glib,
build_by_default: host_os == 'linux',
install: false)
install: true)

View File

@@ -1,4 +1,4 @@
executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), genh,
dependencies: [qemuutil, rt],
build_by_default: host_os == 'linux',
install: false)
install: true)