pidgin/purple-plugin-pack

Merged in default (pull request #16)

2020-03-01, Gary Kramlich
f3a36b4938cd
Merged in default (pull request #16)

Remove the debug option as it's meson reserved and we should just turn this on by default

Approved-by: Elliott Sales de Andrade
if TYPES.contains('default') and PIDGIN.found()
irssi = shared_module('irssi',
'irssi.c',
'datechange.c',
'lastlog.c',
'layout.c',
'textfmt.c',
'window.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'irssi'
endif