pidgin/pidgin

Fix up the dependencies for our gir files and ensure ours will work as a subproject

Testing Done:
Tested against gplugin 0.34.1 and everything is working well.

Reviewed at https://reviews.imfreedom.org/r/942/
#ifndef PURPLE_SAMETIME_SAMETIME_H
#define PURPLE_SAMETIME_SAMETIME_H
#define MW_TYPE_PROTOCOL (mw_protocol_get_type())
G_DECLARE_FINAL_TYPE(mwProtocol, mw_protocol, MW, PROTOCOL, PurpleProtocol)
/* CFLAGS trumps configure values */
/** default host for the purple plugin. You can specialize a build to
default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_HOST
#define MW_PLUGIN_DEFAULT_HOST ""
#endif
/* "" */
/** default port for the purple plugin. You can specialize a build to
default to your server by supplying this at compile time */
#ifndef MW_PLUGIN_DEFAULT_PORT
#define MW_PLUGIN_DEFAULT_PORT 1533
#endif
/* 1533 */
/** default encoding for the purple plugin.*/
#ifndef MW_PLUGIN_DEFAULT_ENCODING
#define MW_PLUGIN_DEFAULT_ENCODING "ISO-8859-1"
#endif
/* ISO-8859-1 */
#endif /* PURPLE_SAMETIME_SAMETIME_H */