pidgin/purple-plugin-pack

Merged in default (pull request #21)

2020-03-05, Gary Kramlich
326e0a0c4001
Merged in default (pull request #21)

Remove xchat-chats as it's hacky and carrying a super old version of the xchat widgets

Approved-by: Elliott Sales de Andrade
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