Skip to content

Commit f31d39b

Browse files
authored
Meson: add log domain (#211)
1 parent 5266755 commit f31d39b

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

1414
add_project_arguments(
1515
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
16+
'-DG_LOG_DOMAIN="@0@"'.format(meson.project_name()),
1617
language:'c'
1718
)
1819

0 commit comments

Comments
 (0)