pidgin/purple-plugin-pack

befeeef2c367
Merged in rw_grim/purple-plugin-pack (pull request #6)

Create readme's for all plugins that are missing them

Approved-by: Gary Kramlich
if TYPES.contains('default') and PURPLE.found()
google = shared_library('google',
'google.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'google'
endif