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:
parent
7732768fff
commit
b2e0e71308
1 changed files with 6 additions and 0 deletions
|
@ -44,5 +44,11 @@
|
|||
"boost-ptr-container",
|
||||
"boost-spirit",
|
||||
"boost-test"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "pango",
|
||||
"version": "1.50.11"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue