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 PURPLE.found()
dice = shared_library('dice',
'dice.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'dice'
endif