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

Unified Diff: build/config/linux/pangocairo/BUILD.gn

Issue 2863063003: Statically link own version of FreeType on Linux (Closed)
Patch Set: Rely on ChromeOS using the use_system_freetype switch 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
« no previous file with comments | « build/config/freetype/BUILD.gn ('k') | build/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/pangocairo/BUILD.gn
diff --git a/build/config/linux/pangocairo/BUILD.gn b/build/config/linux/pangocairo/BUILD.gn
index 727b52d53335976b87de4d4965ec5edd02fd02ba..d0d506a9a7b1ed2308ae3be88d72a62a81fa4e20 100644
--- a/build/config/linux/pangocairo/BUILD.gn
+++ b/build/config/linux/pangocairo/BUILD.gn
@@ -6,4 +6,11 @@ import("//build/config/linux/pkg_config.gni")
pkg_config("pangocairo") {
packages = [ "pangocairo" ]
+
+ # We don't want pkgconfig for pangocairo to explicitly request FreeType to get
+ # linked, because we control which FreeType to link to.
+ extra_args = [
+ "-v",
+ "freetype",
+ ]
}
« no previous file with comments | « build/config/freetype/BUILD.gn ('k') | build/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698