[libgweather/ebassi/gtk4: 9/28] build: Add configuration summary
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather/ebassi/gtk4: 9/28] build: Add configuration summary
- Date: Mon, 11 Oct 2021 14:26:19 +0000 (UTC)
commit c6251fca1ea38a812ee5303b7c5be3d4fbcd7a86
Author: Emmanuele Bassi <ebassi gnome org>
Date: Thu Oct 7 13:03:17 2021 +0100
build: Add configuration summary
Makes it easier to spot issues.
meson.build | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
diff --git a/meson.build b/meson.build
index fe6696fa..0c1714b4 100644
--- a/meson.build
+++ b/meson.build
@@ -133,3 +133,21 @@ pkgconfig.generate(
'geocode-glib-1.0',
],
)
+
+summary({
+ 'prefix': prefix,
+ 'libdir': libdir,
+ 'datadir': datadir,
+ 'zone info': get_option('zoneinfo_dir'),
+ },
+ section: 'Directories',
+)
+
+summary({
+ 'Glade catalog': enable_glade_catalog,
+ 'Generate VAPI': enable_vala,
+ 'API reference': get_option('gtk_doc'),
+ },
+ section: 'Build',
+ bool_yn: true,
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]