pidgin/purple-plugin-pack

Add Pidgin-based plugins to Meson.
meson
2017-06-23, Elliott Sales de Andrade
ccd38514b21c
Add Pidgin-based plugins to Meson.
if PURPLE.found()
dice = shared_library('dice',
'dice.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'dice'
endif