pidgin/purple-plugin-pack

Fix compiler warnings in omegle

2018-08-25, Gary Kramlich
6f3070872852
Fix compiler warnings in omegle
if TYPES.contains('default') and PIDGIN.found() and HAVE_TALKFILTERS
talkfilters = shared_module('talkfilters',
'talkfilters.c',
dependencies : [TALKFILTERS, PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'talkfilters'
endif