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 PURPLE.found()
bash = shared_library('bash',
'bash.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'bash'
endif