summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-77-system-hb.patch
blob: 9cea0fac6c5e7853c3b95c4f8f54416283cce625 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
index 37d8e33..6610cc6 100644
--- a/third_party/harfbuzz-ng/BUILD.gn
+++ b/third_party/harfbuzz-ng/BUILD.gn
@@ -16,7 +16,7 @@ if (use_system_harfbuzz) {
       "//third_party:freetype_harfbuzz",
       "//third_party/freetype:freetype_source",
     ]
-    packages = [ "harfbuzz" ]
+    packages = [ "harfbuzz", "harfbuzz-subset" ]
   }
 } else {
   config("harfbuzz_config") {