summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-09-08 23:22:12 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-09-08 23:22:12 +0100
commitab27f7c5b8a0d2fb899130082dcd3ec310478222 (patch)
tree7ad4acd565fd3be07cd84b63b6d1f784e7cecbfe
parent82217313c65ea651fefca5fe65f411f7b2a29586 (diff)
downloadgdk-pixbuf-2.38.2.tar.gz
build: Remove unnecessary argument2.38.2
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.
-rw-r--r--gdk-pixbuf/meson.build1
1 files changed, 0 insertions, 1 deletions
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 = [