summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-09-05 12:48:17 +0100
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2019-11-05 17:53:57 +1100
commiteafa407e198fc70cebe2c48a8afa2fe73bb83fe5 (patch)
tree201cc2bee27e9396fc9e913c991868c79326a578
parent80c173ec2512e1ef2da3ecdb53b09948fd5a8d93 (diff)
downloaddconf-eafa407e198fc70cebe2c48a8afa2fe73bb83fe5.tar.gz
build: Drop redundant `install` key from `configure_file()`
When `install_dir` is set, `install` defaults to true, so there’s no need to set it manually. This fixes a Meson warning. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #57
-rw-r--r--service/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/meson.build b/service/meson.build
index d92b982..19fe670 100644
--- a/service/meson.build
+++ b/service/meson.build
@@ -7,7 +7,6 @@ configure_file(
input: service + '.in',
output: service,
configuration: service_conf,
- install: true,
install_dir: dbus_session_service_dir,
)