pidgin/purple-plugin-pack

Add checks for plugin types.
meson
2017-06-25, Elliott Sales de Andrade
9c58265711f3
Add checks for plugin types.
if TYPES.contains('default') and PURPLE.found() and CAIRO.found() and PANGO.found()
splitter = shared_library('splitter',
'splitter.c',
dependencies : [PURPLE, CAIRO, PANGO, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'splitter'
endif