pidgin/purple-plugin-pack

Set our min required glib version so that we avoid a lot of deprecation warnings
if TYPES.contains('default') and PIDGIN.found()
convbadger = shared_module('convbadger',
'convbadger.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'convbadger'
endif