[gdk-pixbuf/master-next: 1/2] build: Do not use `install` arg with configure_file()



commit 98c5d83bbe38da16241ce22c09ca76c2e69ce67e
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sat Jun 29 15:33:23 2019 +0100

    build: Do not use `install` arg with configure_file()
    
    The `install` argument is implicitly set to true when specifying the
    `install_dir` argument. The argument is only used by Meson ≥ 0.50, and
    ever there, it's only ever useful if paired to a configuration option.

 gdk-pixbuf/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gdk-pixbuf/meson.build b/gdk-pixbuf/meson.build
index 5cddbecc0..7c58bef8f 100644
--- a/gdk-pixbuf/meson.build
+++ b/gdk-pixbuf/meson.build
@@ -52,7 +52,6 @@ gdkpixbuf_features_conf.set('LT_CURRENT_MINUS_AGE', current_minus_age)
 gdk_pixbuf_features_h = configure_file(input: 'gdk-pixbuf-features.h.in',
                                        output: 'gdk-pixbuf-features.h',
                                        configuration: gdkpixbuf_features_conf,
-                                       install: true,
                                        install_dir: join_paths(gdk_pixbuf_includedir, gdk_pixbuf_api_path))
 
 gdkpixbuf_headers = [


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]