pidgin/purple-plugin-pack

7eb8020af168
Remove dead files from the old build system
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