pidgin/pidgin

Merged in default (pull request #656)

2019-11-22, Gary Kramlich
b82ecf28c2e4
Merged in default (pull request #656)

Add 2.1x.y Since tags and fix some missing docs

Approved-by: Gary Kramlich
NULLSOURCES = [
'nullprpl.h',
'nullprpl.c'
]
# nullprpl isn't built by default; when it is built, it's dynamically linked
if DYNAMIC_NULL
null_prpl = shared_library('null', NULLSOURCES,
dependencies : [libpurple_dep, glib],
install : false, install_dir : PURPLE_PLUGINDIR)
endif