mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 05:28:01 +02:00
lib: add a log domain
This commit is contained in:
parent
96d801803c
commit
aa34eaae97
1 changed files with 5 additions and 1 deletions
|
|
@ -20,7 +20,11 @@ enums = gnome.mkenums_simple('wpenums', sources: wp_lib_headers)
|
|||
|
||||
wp_lib = library('wireplumber-' + wireplumber_api_version,
|
||||
wp_lib_sources, enums,
|
||||
c_args : [ '-D_GNU_SOURCE', '-DG_LOG_USE_STRUCTURED' ],
|
||||
c_args : [
|
||||
'-D_GNU_SOURCE',
|
||||
'-DG_LOG_USE_STRUCTURED',
|
||||
'-DG_LOG_DOMAIN="libwireplumber"'
|
||||
],
|
||||
install: true,
|
||||
dependencies : [gobject_dep, pipewire_dep],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue