[gnome-builder] build: disable ide-host-exec for now
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build: disable ide-host-exec for now
- Date: Thu, 12 Apr 2018 07:53:21 +0000 (UTC)
commit a23a5930c87abfc593f879deafc078f742f7d82d
Author: Christian Hergert <chergert redhat com>
Date: Thu Apr 12 00:53:35 2018 -0700
build: disable ide-host-exec for now
Until we use this, just disable the installation of the tool.
src/meson.build | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 782e10332..e3dc6183a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -22,9 +22,10 @@ executable('gnome-builder', gnome_builder_sources,
dependencies: gnome_builder_plugins_deps + [libide_dep, gnome_builder_plugins_dep],
)
+# Don't install until we actually start using this
+# install_dir: get_option('libexecdir'),
executable('ide-host-exec', ['host-exec.c'],
- install: true,
- install_dir: get_option('libexecdir'),
+ install: false,
c_args: exe_c_args,
link_args: exe_link_args,
install_rpath: pkglibdir_abs,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]