pidgin/pidgin

628ec6b8efd4
Add configuration directory path to help window

Add `Runtime Directories Path` section to `Build Information` tab in `Help->About` window.

Testing Done:
Compile and run

![Changed](https://i.ibb.co/c3BvQMj/Screenshot-from-2021-03-28-04-28-52.png)

Bugs closed: PIDGIN-17504

Reviewed at https://reviews.imfreedom.org/r/577/
GG_SOURCES = [
'avatar.c',
'avatar.h',
'blist.c',
'blist.h',
'chat.c',
'chat.h',
'edisc.c',
'edisc.h',
'gg.c',
'gg.h',
'html.c',
'html.h',
'image-prpl.c',
'image-prpl.h',
'keymapper.c',
'keymapper.h',
'libgadu-events.c',
'libgadu-events.h',
'libgaduw.c',
'libgaduw.h',
'message-prpl.c',
'message-prpl.h',
'multilogon.c',
'multilogon.h',
'pubdir-prpl.c',
'pubdir-prpl.h',
'purplew.c',
'purplew.h',
'resolver-purple.c',
'resolver-purple.h',
'roster.c',
'roster.h',
'servconn.c',
'servconn.h',
'status.c',
'status.h',
'tcpsocket.c',
'tcpsocket.h',
'utils.c',
'utils.h',
'validator.c',
'validator.h',
'xml.c',
'xml.h',
'oauth/oauth.c',
'oauth/oauth.h',
'oauth/oauth-purple.c',
'oauth/oauth-purple.h'
]
if DYNAMIC_GG
gg_prpl = shared_library('gg', GG_SOURCES,
dependencies : [libgadu, json, libpurple_dep, libsoup, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
endif