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()
listlog = shared_module('listlog',
'listlog.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'listlog'
endif