pidgin/purple-plugin-pack

Merged in default (pull request #16)

2020-03-01, Gary Kramlich
f3a36b4938cd
Merged in default (pull request #16)

Remove the debug option as it's meson reserved and we should just turn this on by default

Approved-by: Elliott Sales de Andrade
if TYPES.contains('default') and 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