rewtguy/pidgin

move the bonjour protocol plugins icons to a resource in the plugin

Testing Done:
Ran in devenv with a logo inverted (which was reverted before committing).

Reviewed at https://reviews.imfreedom.org/r/975/
IRC_SOURCES = [
'cmds.c',
'dcc_send.c',
'irc.c',
'irc.h',
'msgs.c',
'parse.c'
]
if DYNAMIC_IRC
irc_resources = gnome.compile_resources('ircresource',
'resources/irc.gresource.xml',
source_dir : 'resources',
c_name : 'irc')
IRC_SOURCES += irc_resources
irc_prpl = shared_library('irc', IRC_SOURCES,
dependencies : [sasl, libpurple_dep, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
devenv.append('PURPLE_PLUGIN_PATH', meson.current_build_dir())
endif