pidgin/pidgin

Fix console logging and turn it on unconditionally if we're doing a debug build

Testing Done:
Ran `ninja reconfigure` with a debug buildtype (which is the default build type) with console-logging on and off and verified it was turned on. Also ran `ninja reconfigure` with a release buildtype and verified that the `console-logging` option was honored.

Reviewed at https://reviews.imfreedom.org/r/1004/
i18n = import('i18n')
i18n.gettext('pidgin',
args : '--from-code=utf-8',
install : get_option('nls'),
)