[json-glib/wip/ordered-iter: 8/12] build: Remove unnecessary argument
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib/wip/ordered-iter: 8/12] build: Remove unnecessary argument
- Date: Mon, 24 Aug 2020 11:35:58 +0000 (UTC)
commit f543e579833ec5a2402895a3e115f21435cdd079
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Apr 8 18:21:27 2020 +0100
build: Remove unnecessary argument
The configure_file() function does not need an `install` argument with
an unconditional value.
json-glib/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/json-glib/meson.build b/json-glib/meson.build
index e77f818..6cef755 100644
--- a/json-glib/meson.build
+++ b/json-glib/meson.build
@@ -57,7 +57,6 @@ json_version_h = configure_file(
input: 'json-version.h.in',
output: 'json-version.h',
configuration: version_data,
- install: true,
install_dir: install_header_dir,
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]