Skip to content

Commit

Permalink
Meson: add log domain
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 22, 2024
1 parent d06bd58 commit 06c1d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ polkit_actiondir = polkit_dep.get_variable('actiondir', pkgconfig_define: ['pref

add_project_arguments(
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
'-DG_LOG_DOMAIN="@0@"'.format(meson.project_name()),
'-DGNOME_DESKTOP_USE_UNSTABLE_API',
language: 'c'
)
Expand Down

0 comments on commit 06c1d18

Please sign in to comment.