Skip to content

Commit

Permalink
Define log domain (#81)
Browse files Browse the repository at this point in the history
* Define log domain

*  log domain in RDNN

* Remove extra compile_resources
  • Loading branch information
peteruithoven committed May 8, 2021
1 parent 09b1036 commit 54a5d9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ libdir = join_paths(prefix, get_option('libdir'))

add_global_arguments('-DGETTEXT_PACKAGE="@0@"'.format(gettext_name), language:'c')

add_project_arguments('-DG_LOG_DOMAIN="io.elementary.wingpanel.bluetooth"', language:'c')

gresource = gnome.compile_resources(
'gresource',
join_paths('data', 'gresource.xml'),
Expand Down

0 comments on commit 54a5d9c

Please sign in to comment.