[libgnome-volume-control/wip/inigomartinez/meson: 8/8] build: Remove config.h template file



commit 907b4a896f14b01d5260b820a6b304fe8d06bb1f
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Sat Jan 27 09:53:08 2018 +0100

    build: Remove config.h template file
    
    The `config.h` can be generated without any template.
    
    This patch removes the template file and modifies the build file
    to not make any use of it.
    
    It also removes the variable which holds the generated configuration
    file target, as it will not be necessary for any packages building
    libgnome-volume-control.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792948

 config.h.meson |    3 ---
 meson.build    |    3 +--
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/meson.build b/meson.build
index ff75f29..1ad4c1e 100644
--- a/meson.build
+++ b/meson.build
@@ -112,8 +112,7 @@ libgvc_dep = declare_dependency(
   dependencies: libgvc_deps
 )
 
-config = configure_file(
-  input: 'config.h.meson',
+configure_file(
   output: 'config.h',
   configuration: cdata
 )


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