Avoid pango 1.50.12+ that breaks non-system font loading on Windows when fontconfig is not used.

Works around #7543 for developers but does not resolve it as the official Wesnoth Windows builds do not use MSVC or vcpkg.
Only necessary for 1.16 because 1.17+ uses fontconfig.
This commit is contained in:
Wedge009 2023-11-04 18:45:54 +11:00 committed by Pentarctagon
parent 7732768fff
commit b2e0e71308

View file

@ -44,5 +44,11 @@
"boost-ptr-container",
"boost-spirit",
"boost-test"
],
"overrides": [
{
"name": "pango",
"version": "1.50.11"
}
]
}