qulogic/pidgin

Fix DLL naming in metadata on Windows

8 months ago, Elliott Sales de Andrade
860c2eed1a73
Fix DLL naming in metadata on Windows

Meson does not prefix the shared library names with `lib` on Windows, so these
internal metadata fields should not include it. And the Pidgin executable
wrapper needs to load this DLL via the un-prefixed name as well (via
`LIBPIDGIN_DLL_NAMEW`).

Testing Done:
Compiled on Windows.

Reviewed at https://reviews.imfreedom.org/r/2772/
subdir('reference')
if ENABLE_GTK
configure_file(
input : 'pidgin3.1.in',
output : 'pidgin3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif
if enable_consoleui
configure_file(
input : 'finch3.1.in',
output : 'finch3.1',
configuration : man_conf,
install : true,
install_dir : get_option('mandir') / 'man1')
endif