[gnome-desktop/ebassi/update-for-gtk4: 21/22] build: Add configuration summary
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-desktop/ebassi/update-for-gtk4: 21/22] build: Add configuration summary
- Date: Fri, 19 Nov 2021 13:16:48 +0000 (UTC)
commit ead99fdfb7ddf7860de08fc480a06b45de64d221
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Nov 9 16:01:22 2021 +0000
build: Add configuration summary
meson.build | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
---
diff --git a/meson.build b/meson.build
index ba9a149b..99073599 100644
--- a/meson.build
+++ b/meson.build
@@ -125,3 +125,29 @@ endif
if get_option('gtk_doc')
subdir('docs/reference/gnome-desktop3')
endif
+
+summary({
+ 'prefix': get_option('prefix'),
+ 'datadir': datadir,
+ 'libexecdir': libexecdir,
+ 'localedir': localedir,
+ 'versiondir': versiondir,
+ },
+ section: 'Directories',
+)
+
+summary({
+ 'Use systemd': get_option('systemd').enabled() or get_option('systemd').auto(),
+ 'Use udev': get_option('udev').enabled() or get_option('udev').auto(),
+ 'Build GTK4 libraries': get_option('build_gtk4'),
+ 'Build legacy libgnome-desktop': get_option('legacy_library'),
+ 'Desktop documentation': get_option('desktop_docs'),
+ 'API documentation': get_option('gtk_doc'),
+ 'Date in gnome-version.xml': get_option('date_in_gnome_version'),
+ 'GNOME distributor': get_option('gnome_distributor'),
+ 'Debug tools': get_option('debug_tools'),
+ 'Installed tests': get_option('installed_tests'),
+ },
+ section: 'Build options',
+ bool_yn: true,
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]