From 504be366a295e12bb300d2a6bad69f79585a34cf Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 2 Jul 2025 10:22:25 -0400 Subject: [PATCH] Meta: Pin harfbuzz to 10.2.0 for now Several of us (including our WPT runner) are getting linker errors with 11.2.0, as Qt is pulling in the system harfbuzz. --- vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 4f1a400d5f8..48c83f8c8d7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -160,6 +160,10 @@ "name": "fontconfig", "version": "2.15.0#4" }, + { + "name": "harfbuzz", + "version": "10.2.0#0" + }, { "name": "icu", "version": "76.1#0"