From e8ba84091eadbe1b0edabf9ec276f00651729aa7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 26 Jul 2019 18:46:15 +0200 Subject: meson: don't pass "install" to configure_file() unless really needed In our case it was never needed because it defaults to true if install_dir is set, which it always is for all calls. This avoids a warning when running with newer meson where it complains that install is only available with 0.50+. Fixes #298 --- tools/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/meson.build b/tools/meson.build index f9b11616..6cc3186a 100644 --- a/tools/meson.build +++ b/tools/meson.build @@ -30,7 +30,6 @@ foreach tool : tools input: 'g-ir-tool-template.in', output: tool[0], configuration: tools_conf, - install: true, install_dir: get_option('bindir'), ) tool_output += tool_bin -- cgit v1.2.1