[libgnome-volume-control] build: Remove config.h template file
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-volume-control] build: Remove config.h template file
- Date: Tue, 30 Jan 2018 12:17:57 +0000 (UTC)
commit 6a0ac9ba69f84d763f286c5741b57ff8d87c1f45
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 bde1783..00121e7 100644
--- a/meson.build
+++ b/meson.build
@@ -128,8 +128,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]