pidgin/pidgin

Enable structured logging in Finch

2021-10-18, Elliott Sales de Andrade
294d7d9c1cd6
Enable structured logging in Finch

And add log domains.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/1062/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)