grim/purple-plugin-pack

Merged in default (pull request #14)

2018-11-24, Gary Kramlich
5b038f95a3c9
Merged in default (pull request #14)

fix compiler warnings in the schedule plugin

Approved-by: Elliott Sales de Andrade
TALKFILTERS = dependency('talkfilters', required : false)
if TYPES.contains('default') and PIDGIN.found() and TALKFILTERS.found()
talkfilters = shared_module('talkfilters',
'talkfilters.c',
dependencies : [TALKFILTERS, PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'talkfilters'
endif