[dconf/fix/build: 1/3] build: Drop redundant `install` key from `configure_file()`



commit eafa407e198fc70cebe2c48a8afa2fe73bb83fe5
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Sep 5 12:48:17 2019 +0100

    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

 service/meson.build | 1 -
 1 file changed, 1 deletion(-)
---
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,
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]