From 3bbc02f61e015ea28ae1bbe6d6f62dab114da357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:44:15 +0300 Subject: [PATCH] Add missing components to the pkg-config for system HarfBuzz. --- platform/linuxbsd/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linuxbsd/detect.py b/platform/linuxbsd/detect.py index 456e71950e..cb86815a17 100644 --- a/platform/linuxbsd/detect.py +++ b/platform/linuxbsd/detect.py @@ -256,7 +256,7 @@ def configure(env: "SConsEnvironment"): env.ParseConfig("pkg-config icu-i18n icu-uc --cflags --libs") if not env["builtin_harfbuzz"]: - env.ParseConfig("pkg-config harfbuzz harfbuzz-icu --cflags --libs") + env.ParseConfig("pkg-config harfbuzz harfbuzz-icu harfbuzz-raster harfbuzz-vector --cflags --libs") if not env["builtin_icu4c"] or not env["builtin_harfbuzz"]: print_warning(