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/
if PLUGINS
if target_machine.system() != 'windows'
CANBERRA = dependency('libcanberra', version: '>= 0.30')
library('notification-sound', 'notification-sound.c',
dependencies : [libpurple_dep, glib, CANBERRA],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
endif
endif