summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 0221785e..c1b77547 100644
--- a/meson.build
+++ b/meson.build
@@ -28,6 +28,7 @@ add_project_arguments(default_source_flag, language: 'c')
common_flags = [
'-DHAVE_CONFIG_H',
+ '-DG_LOG_USE_STRUCTURED=1',
]
cc = meson.get_compiler('c')