[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:
@@ -1,4 +1,4 @@
|
|||||||
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
|
executable('ivshmem-client', files('ivshmem-client.c', 'main.c'), genh,
|
||||||
dependencies: glib,
|
dependencies: glib,
|
||||||
build_by_default: host_os == 'linux',
|
build_by_default: host_os == 'linux',
|
||||||
install: false)
|
install: true)
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), genh,
|
executable('ivshmem-server', files('ivshmem-server.c', 'main.c'), genh,
|
||||||
dependencies: [qemuutil, rt],
|
dependencies: [qemuutil, rt],
|
||||||
build_by_default: host_os == 'linux',
|
build_by_default: host_os == 'linux',
|
||||||
install: false)
|
install: true)
|
||||||
|
Reference in New Issue
Block a user