vcpkg: Use same base-line as current master.

This updates to pango 1.50.14 (from 1.50.12) which resolves #7217 (but introduces #7543).
This commit is contained in:
Wedge009 2023-07-14 15:28:06 +10:00
parent 9fbe346612
commit 3392e98ef0

View file

@ -2,17 +2,14 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "wesnoth-dependencies",
"version": "0.0.1",
"builtin-baseline": "877e3dc2323a4d4c3c75e7168c22a0c4e921d4db",
"builtin-baseline": "dafef74af53669ef1cc9015f55e0ce809ead62aa",
"dependencies": [
"sdl2",
{
"name": "sdl2-image",
"features": [ "libjpeg-turbo" ]
},
{
"name": "sdl2-mixer",
"features": [ "libvorbis" ]
},
"sdl2-mixer",
"bzip2",
"zlib",
"pango",
@ -45,6 +42,7 @@
"boost-scope-exit",
"boost-circular-buffer",
"boost-ptr-container",
"boost-spirit",
"boost-test"
]
}