pidgin/purple-plugin-pack

Add purple-only plugins.
meson
2017-06-23, Elliott Sales de Andrade
8f9675f4aaf8
Add purple-only plugins.
if PURPLE.found()
showoffline = shared_library('showoffline',
'showoffline.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
endif