From ab27f7c5b8a0d2fb899130082dcd3ec310478222 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 8 Sep 2019 23:22:12 +0100 Subject: build: Remove unnecessary argument The configure_file() function will automatically install the generated file if the `install_dir` argument is set; there's no need for an `install: true` argument. In fact, Meson versions prior to 0.50 will ignore the argument, and Meson versions after 0.50 will warn, if the required version of Meson is < 0.50. --- 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 = [ -- cgit v1.2.1