[json-glib/gidocgen: 4/8] build: Add a setup summary
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib/gidocgen: 4/8] build: Add a setup summary
- Date: Tue, 8 Jun 2021 16:13:59 +0000 (UTC)
commit 52024eaad8e89b9f11e9eb62678ec57c710cbc70
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Jun 8 16:19:27 2021 +0100
build: Add a setup summary
meson.build | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
---
diff --git a/meson.build b/meson.build
index 7bc3497..8604369 100644
--- a/meson.build
+++ b/meson.build
@@ -157,3 +157,22 @@ gen_installed_test = files('build-aux/gen-installed-test.py')
subdir('json-glib')
subdir('po')
subdir('doc')
+
+summary({
+ 'prefix': get_option('prefix'),
+ 'includedir': json_includedir,
+ 'libdir': get_option('prefix') / get_option('libdir'),
+ 'datadir': json_datadir,
+ },
+ section: 'Directories',
+)
+
+summary({
+ 'Introspection': get_option('introspection').enabled() or get_option('introspection').auto(),
+ 'Documentation': get_option('gtk_doc').enabled() or get_option('gtk_doc').auto(),
+ 'Manual pages': get_option('man'),
+ 'Tests': get_option('tests'),
+ },
+ section: 'Build',
+ bool_yn: true,
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]