Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 99426eb9692ff196bdfde6f9bda7a64c72367aa9..d6177bc4399a8c1959ad0d2a88cb52ab82a7ef2a 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1816,6 +1816,9 @@ |
}, { |
'use_system_fontconfig%': 1, |
}], |
+ ['chromecast==1 and OS=="linux"', { |
+ 'use_custom_freetype%': 0, |
gunsch
2015/06/19 23:32:46
No need for the OS=="linux" guard, you can just pu
|
+ }], |
['chromecast==1', { |
'enable_mpeg2ts_stream_parser%': 1, |
'ffmpeg_branding%': 'ChromeOS', |