Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: build/linux/BUILD.gn

Issue 2863063003: Statically link own version of FreeType on Linux (Closed)
Patch Set: ChromeOS uses pkgconfig FreeType Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
}
}
-

Powered by Google App Engine
This is Rietveld 408576698