[gdk-pixbuf/gdk-pixbuf-2-38] build: Remove unnecessary argument
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf/gdk-pixbuf-2-38] build: Remove unnecessary argument
- Date: Sun, 8 Sep 2019 22:29:38 +0000 (UTC)
commit ab27f7c5b8a0d2fb899130082dcd3ec310478222
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Sep 8 23:22:12 2019 +0100
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 = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]