pidgin/purple-plugin-pack

Add Pidgin-based plugins to Meson.
meson
2017-06-23, Elliott Sales de Andrade
ccd38514b21c
Add Pidgin-based plugins to Meson.
if PIDGIN.found()
album = shared_module('album',
'album.c',
'album-ui.c',
c_args : [
'-DPIXMAPSDIR="@0@"'.format(PIDGIN_PIXMAPSDIR),
],
dependencies : [PIDGIN, GTK],
name_prefix : '',
install : true,
install_dir : PIDGIN_LIBDIR)
PP_PIDGIN_BUILD += 'album'
endif