grim/purple-plugin-pack

Remove the debug option as it's meson reserved and we should just turn this on by default
if TYPES.contains('incomplete') and PIDGIN.found()
hideconv = shared_module('hideconv',
'hideconv.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'hideconv'
endif