pidgin/purple-plugin-pack

Fix configuration if Pidgin or Finch are not found.

2020-03-04, Elliott Sales de Andrade
00eb520b471f
Fix configuration if Pidgin or Finch are not found.
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