summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-06-29 15:33:23 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2019-06-29 14:54:56 +0000
commit638369cde8b12f54422a3b48260250d202a4a882 (patch)
tree3fa3f4402dc5efc63bd49fcecc0c1c8a7bceb950
parent5dfdeca4b8ad9810d534176339f1367910ecc71d (diff)
downloadgdk-pixbuf-638369cde8b12f54422a3b48260250d202a4a882.tar.gz
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.
-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 = [