[Spice-commits] meson.build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 30 13:17:06 UTC 2019


 meson.build |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 84358a175e970810046f10685aa47b6371a13ee5
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Aug 29 05:17:10 2019 +0100

    meson: Fix compatibility with Meson 0.48
    
    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>
    Acked-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/meson.build b/meson.build
index e58c436c..35ebf383 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)
 
 #


More information about the Spice-commits mailing list