pidgin/purple-plugin-pack

remove autoprofile as it's still incomplete and unlikely to be completed
if TYPES.contains('incomplete') and PURPLE.found()
nomobility = shared_library('nomobility',
'nomobility.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'nomobility'
endif