From 0a066f6878a8cd05bcad42096fc08667b4f38498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Tue, 22 Oct 2024 14:12:17 -0700 Subject: [PATCH] Meson: add log domain Towards https://github.com/elementary/switchboard/issues/59 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index f0a6213..350d395 100644 --- a/meson.build +++ b/meson.build @@ -14,6 +14,7 @@ libdir = join_paths(prefix, get_option('libdir')) add_project_arguments( '-DGETTEXT_PACKAGE="@0@"'.format(gettext_name), + '-DG_LOG_DOMAIN="@0@"'.format(gettext_name), '-DLIBICAL_GLIB_UNSTABLE_API=1', language:'c' )