pidgin/pidgin

jingle: always reply with senders set to both
jingle-reply-with-senders-both
2019-11-08, Fabrice Bellet
5f0789584446
jingle: always reply with senders set to both
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