| Index: build/linux/BUILD.gn
|
| diff --git a/build/linux/BUILD.gn b/build/linux/BUILD.gn
|
| index 0449f82170b50e96a421f19b3f6ebcf5fdc2b3a5..e36b69433ff32652996d5263e2f841fee1015674 100644
|
| --- a/build/linux/BUILD.gn
|
| +++ b/build/linux/BUILD.gn
|
| @@ -49,10 +49,9 @@
|
| }
|
|
|
| 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" ]
|
| }
|
| }
|
| +
|
|
|