diff -r c0c022adabf7 -r ba3a49903905 pidgin/plugins/disco/meson.build --- a/pidgin/plugins/disco/meson.build Thu Oct 19 23:26:25 2023 -0500 +++ b/pidgin/plugins/disco/meson.build Thu Oct 19 23:30:42 2023 -0500 @@ -22,7 +22,7 @@ c_name : 'xmppdisco') xmppdisco_SOURCES += xmppdisco_resource -xmppdisco = library('xmppdisco', xmppdisco_SOURCES, xmppdisco_HEADERS, +library('xmppdisco', xmppdisco_SOURCES, xmppdisco_HEADERS, c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-XMPPDisco"'], dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '',