From 4727c19d36b33071928500adaa832ecef6bdd942 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Wed, 28 Aug 2019 18:03:01 +0100 Subject: [PATCH] meson: Remove "install" argument from configure_file The argument requires Meson 0.50 however it's already "false" by default if "install_dir" is not provided so remove it to keep compatibility with Meson 0.48. Signed-off-by: Frediano Ziglio Acked-by: Eduardo Lima (Etrunko) --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 8a16b76..694119d 100644 --- a/meson.build +++ b/meson.build @@ -170,5 +170,4 @@ subdir('docs') # write config.h # configure_file(output : 'config.h', - install : false, configuration : spice_common_config_data)