[Spice-devel] [PATCH spice-common] meson: Remove "install" argument from configure_file
Frediano Ziglio
fziglio at redhat.com
Wed Aug 28 17:03:41 UTC 2019
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 <fziglio at redhat.com>
---
meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/meson.build b/meson.build
index c5454b70..a3c2d051 100644
--- a/meson.build
+++ b/meson.build
@@ -171,5 +171,4 @@ subdir('docs')
# write config.h
#
configure_file(output : 'config.h',
- install : false,
configuration : spice_common_config_data)
--
2.20.1
More information about the Spice-devel
mailing list