Skip to content

Commit 3bda5a1

Browse files
authored
Meson: add log domain
Towards elementary/switchboard#59
1 parent a2363fd commit 3bda5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ polkit_actiondir = polkit_dep.get_variable('actiondir', pkgconfig_define: ['pref
2424

2525
add_project_arguments(
2626
'-DGETTEXT_PACKAGE="@0@"'.format(gettext_name),
27+
'-DG_LOG_DOMAIN="@0@"'.format(gettext_name),
2728
language:'c'
2829
)
2930

0 commit comments

Comments
 (0)