blob: 9cea0fac6c5e7853c3b95c4f8f54416283cce625 (
plain) (
tree)
|
|
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") {
|