pidgin/purple-plugin-pack

Add spec file to Meson build.
meson
2017-06-23, Elliott Sales de Andrade
35b42e5ed347
Add spec file to Meson build.
if PIDGIN.found()
xchat_chats = shared_module('xchat-chats',
'xchat-chats.c',
'xtext.c',
'xtext.h',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'xchat-chats'
endif