pidgin/purple-plugin-pack

Apparently okcupid has been broke for awhile, so lets remove it instead

Testing Done:
ran ninja and ninja plugin_pack-pot

Reviewed at https://reviews.imfreedom.org/r/2407/
if TYPES.contains('default') and PURPLE.found() and JSON_GLIB.found() and ZLIB.found()
ning = shared_library('ning',
'ning.c',
'ning_chat.c',
'ning_connection.c',
dependencies : [PURPLE, JSON_GLIB, GLIB, ZLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'ning'
endif