Skip to content

Commit

Permalink
Define log domain
Browse files Browse the repository at this point in the history
Fixes: #260
  • Loading branch information
peteruithoven committed May 8, 2021
1 parent 47f6260 commit e613cb0
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 @@ -14,6 +14,7 @@ libdir = join_paths(prefix, get_option('libdir'))

add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format(gettext_name), language:'c')
add_project_arguments(['--vapidir', join_paths(meson.current_source_dir(), 'vapi')], language: 'vala')
add_project_arguments('-DG_LOG_DOMAIN="io.elementary.wingpanel.datetime"', language:'c')

gresource = gnome.compile_resources(
'gresource',
Expand Down

0 comments on commit e613cb0

Please sign in to comment.