grim/purple-plugin-pack

Add libpurple+cairo+pango plugins to Meson.
meson
2017-06-23, Elliott Sales de Andrade
55f2f223cdce
Add libpurple+cairo+pango plugins to Meson.
if PURPLE.found()
slashexec = shared_library('slashexec',
'slashexec.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'slashexec'
endif