grim/purple-plugin-pack

Add Finch-based plugins to Meson build.
meson
2017-06-23, Elliott Sales de Andrade
a35ecaaa2454
Add Finch-based plugins to Meson build.
if PIDGIN.found()
timelog = shared_module('timelog',
'timelog.c',
'timelog.h',
'log-widget.c',
'log-widget.h',
'range-widget.c',
'range-widget.h',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'timelog'
endif