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 <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)
>  
>  #
> 
Acked-by: Eduardo Lima (Etrunko) <etru...@redhat.com>

-- 
Eduardo de Barros Lima (Etrunko)
Software Engineer - Red Hat
etru...@redhat.com
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to