From ea8c09f14da4b931cdadbabe2be315f6747ac7b7 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 14 Aug 2018 16:00:13 +0100 Subject: build: Enable G_LOG_USE_STRUCTURED=1 This enables structured logging for all parts of dconf, which will make it easier to check for certain log messages in the unit tests. Signed-off-by: Philip Withnall --- shm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shm') diff --git a/shm/meson.build b/shm/meson.build index 57a9852..5fb9fe2 100644 --- a/shm/meson.build +++ b/shm/meson.build @@ -3,7 +3,7 @@ libdconf_shm = static_library( sources: 'dconf-shm.c', include_directories: top_inc, dependencies: glib_dep, - c_args: '-DG_LOG_DOMAIN="dconf"', + c_args: dconf_c_args, pic: true, ) -- cgit v1.2.1