| Index: build/linux/BUILD.gn
|
| diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
|
| index e36b69433ff32652996d5263e2f841fee1015674..0449f82170b50e96a421f19b3f6ebcf5fdc2b3a5 100644
|
| --- a/build/linux/BUILD.gn
|
| +++ b/build/linux/BUILD.gn
|
| @@ -49,9 +49,10 @@ group("fontconfig") {
|
| }
|
|
|
| if (!is_chromecast) {
|
| + # Only provided for distributions which prefer to keep linking to FreeType on
|
| + # the system, use with caution,for details see build/config/freetype/BUILD.gn.
|
| pkg_config("freetype_from_pkgconfig") {
|
| visibility = [ ":freetype2" ]
|
| packages = [ "freetype2" ]
|
| }
|
| }
|
| -
|
|
|