[dconf: 11/21] build: Fix parameters order
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf: 11/21] build: Fix parameters order
- Date: Sat, 11 Aug 2018 21:38:37 +0000 (UTC)
commit dcafaf7babf35c56ce1f2b84bf17b4e04795515a
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Wed Apr 11 09:26:37 2018 +0200
build: Fix parameters order
The install parameters should be the last parameters when calling a
function.
The `configuration` parameter has been moved leaving install
parameters at the end.
service/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/service/meson.build b/service/meson.build
index 9e79a87..b8c6f03 100644
--- a/service/meson.build
+++ b/service/meson.build
@@ -6,9 +6,9 @@ service = dconf_namespace + '.service'
configure_file(
input: service + '.in',
output: service,
+ configuration: service_conf,
install: true,
- install_dir: dbus_session_service_dir,
- configuration: service_conf
+ install_dir: dbus_session_service_dir
)
sources = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]