Skip to content

Commit 0bf6bb9

Browse files
authored
Meson: add log domain (#402)
Towards elementary/switchboard#59
1 parent c743219 commit 0bf6bb9

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
@@ -14,6 +14,7 @@ libdir = join_paths(prefix, get_option('libdir'))
1414

1515
add_project_arguments(
1616
'-DGETTEXT_PACKAGE="@0@"'.format(gettext_name),
17+
'-DG_LOG_DOMAIN="@0@"'.format(gettext_name),
1718
language:'c'
1819
)
1920

0 commit comments

Comments
 (0)