[retro-gtk] meson: Don't install ipc-runner.c and ipc-runner-private.h
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] meson: Don't install ipc-runner.c and ipc-runner-private.h
- Date: Fri, 11 Sep 2020 11:11:03 +0000 (UTC)
commit b704c48af42152bed64c906703f21ff55ea8d70f
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Sep 11 15:49:57 2020 +0500
meson: Don't install ipc-runner.c and ipc-runner-private.h
Fixes https://gitlab.gnome.org/GNOME/retro-gtk/-/issues/55
shared/meson.build | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/shared/meson.build b/shared/meson.build
index aa74c185..dc7e0ac0 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -13,8 +13,7 @@ ipc_runner_src = custom_target('make-ipc-runner-private',
output : ['ipc-runner.c', 'ipc-runner-private.h'],
input : ipc_runner_public_src,
command : [make_ipc_runner_private, '@INPUT@'],
- install : true,
- install_dir : 'subdir')
+)
shared_sources = files([
'retro-controller-codes.c',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]