[Spice-devel] [PATCH spice-server] meson: Fix compatibility with Meson 0.48

Eduardo Lima (Etrunko) etrunko at redhat.com
Fri Aug 30 13:03:49 UTC 2019


On 8/29/19 1:10 PM, Frediano Ziglio wrote:
> 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 <fziglio at 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)
>  
>  #
> 
Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer - Red Hat
etrunko at redhat.com


More information about the Spice-devel mailing list