grim/purple-plugin-pack

Add pixmaps to Meson install.
meson
2017-06-23, Elliott Sales de Andrade
ebe3525b074a
Add pixmaps to Meson install.
if PIDGIN.found()
mystatusbox = shared_module('mystatusbox',
'mystatusbox.c',
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'mystatusbox'
endif