The "install" argument for configure_file is available since 0.50.
However this is already "false" if "install_dir" is not provided.

This will drop the following warning:
"Project targetting '>= 0.48' but tried to use feature introduced
in '0.50.0': install arg in configure_file"

Signed-off-by: Frediano Ziglio <fzig...@redhat.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index e58c436c0..35ebf3833 100644
--- a/meson.build
+++ b/meson.build
@@ -211,7 +211,6 @@ if host_machine.system() == 'windows'
 endif
 
 configure_file(output : 'config.h',
-               install : false,
                configuration : spice_server_config_data)
 
 #
-- 
2.20.1

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to