pidgin/purple-plugin-pack

Remove the plugins.cfg files that were used by plugin_pack.py to get information about the plugins
if TYPES.contains('default') and PURPLE.found()
findip = shared_library('findip',
'findip.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'findip'
endif