pidgin/purple-plugin-pack

Depend on glib 2.32 and gtk 2.10

2020-03-01, Gary Kramlich
876ddac9bf3e
Depend on glib 2.32 and gtk 2.10
if TYPES.contains('default') and PIDGIN.found()
blistops = shared_module('blistops',
'blistops.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'blistops'
endif