pidgin/pidgin

Fix some GWarnings during finch's startup

21 months ago, Gary Kramlich
01b94846bb60
Fix some GWarnings during finch's startup

Testing Done:
Ran via `G_DEBUG=fatal-warnings gdb --ex run finch3` and verified I was able to make it to the contact list.

Reviewed at https://reviews.imfreedom.org/r/1592/
if host_machine.system() == 'darwin'
KEYCHAIN_ACCESS = dependency('appleframeworks',
modules : ['CoreFoundation', 'Security'])
keychain_access_plugin = library('keychain-access', 'keychain-access.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-KeychainAccess"'],
dependencies : [KEYCHAIN_ACCESS, libpurple_dep],
name_prefix : '',
install : true,
install_dir : PURPLE_PLUGINDIR)
devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())
endif