pidgin/pidgin

Merged in default (pull request #630)

2019-11-11, Gary Kramlich
e374a2cf0611
Merged in default (pull request #630)

Add purple_get_month() util function

Approved-by: Elliott Sales de Andrade
Approved-by: Gary Kramlich
Approved-by: Eion Robb
xmppdisco_SOURCES = [
'gtkdisco.c',
'gtkdisco.h',
'xmppdisco.c',
'xmppdisco.h'
]
if PLUGINS
xmppdisco_resource = gnome.compile_resources('xmppdiscoresources',
'resources/xmppdisco.gresource.xml',
source_dir : 'resources',
c_name : 'xmppdisco')
xmppdisco_SOURCES += xmppdisco_resource
xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif