pidgin/pidgin

Merged in default (pull request #655)

2019-12-10, Gary Kramlich
905872c9dd7a
Merged in default (pull request #655)

Now that the plugin dialog shows more information we can remove the debug plugin info dialog
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