pidgin/purple-plugin-pack

7ebd38300a2b
Merged in rw_grim/purple-plugin-pack (pull request #11)

Comment out unfinished code that's throwing compiler warnings

Approved-by: Gary Kramlich
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