pidgin/pidgin

Merged in fbellet/pidgin/port-changes-from-branch-2.x.y-to-default (pull request #632)

Port changes from branch 2.x.y to default

Approved-by: Eion Robb
Approved-by: John Bailey
Approved-by: Gary Kramlich
if PLUGINS
xmppconsole_resource = gnome.compile_resources('xmppconsoleresources',
'xmppconsole.gresource.xml',
c_name : 'xmppconsole')
library('xmppconsole',
'xmppconsole.c', xmppconsole_resource,
dependencies : [libpurple_dep, libpidgin_dep, glib],
name_prefix : '',
install : true, install_dir : PIDGIN_PLUGINDIR)
endif # PLUGINS