pidgin/purple-plugin-pack

Add pixmaps to Meson install.
meson
2017-06-23, Elliott Sales de Andrade
ebe3525b074a
Add pixmaps to Meson install.
if PURPLE.found()
showoffline = shared_library('showoffline',
'showoffline.c',
dependencies : [PURPLE, GLIB],
name_prefix : '',
install : true,
install_dir : PURPLE_LIBDIR)
PP_PURPLE_BUILD += 'showoffline'
endif