summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2022-08-16 09:58:09 +0100
committerWill Thompson <wjt@endlessos.org>2022-08-16 10:05:45 +0100
commit422d7701e5efff2c61eb6881f069eeb270a70ea8 (patch)
treef582c8efdf362784d002045149403b16d17a3a1d /meson.build
parent19cf3ecad2b3c1f24b6f21343c2d33e717ad5d1f (diff)
downloadgnome-initial-setup-422d7701e5efff2c61eb6881f069eeb270a70ea8.tar.gz
build: Use GLib structured logging
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index bab863a..a2c6d47 100644
--- a/meson.build
+++ b/meson.build
@@ -29,6 +29,7 @@ conf.set_quoted('SYSCONFDIR', sysconf_dir)
conf.set_quoted('LIBEXECDIR', libexec_dir)
conf.set('SECRET_API_SUBJECT_TO_CHANGE', true)
conf.set_quoted('G_LOG_DOMAIN', 'InitialSetup')
+conf.set('G_LOG_USE_STRUCTURED', true)
conf.set('GLIB_VERSION_MIN_REQUIRED', 'GLIB_VERSION_2_64')
conf.set('GLIB_VERSION_MAX_ALLOWED', 'GLIB_VERSION_2_64')