Fri, 27 May 2022 03:43:07 -0500
Update XMPP console to GTK4
Note, this does _not_ fix compilation of the file, because the Pidgin headers it includes are broken.
Testing Done:
Compile and look for less errors in that file only.
Reviewed at https://reviews.imfreedom.org/r/1480/
xmppconsole_resource = gnome.compile_resources('xmppconsoleresources', 'xmppconsole.gresource.xml', c_name : 'xmppconsole') library('xmppconsole', 'xmppconsole.c', xmppconsole_resource, c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="PidginPlugin-XMPPConsole"'], dependencies : [libpurple_dep, libpidgin_dep, glib], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir())