pidgin/purple-plugin-pack

033c9be6beab
Fix some compiler warnings in the google plugin
if TYPES.contains('default') and PURPLE.found()
irc_more = shared_library('irc-more',
'irc-more.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'irc-more'
endif