| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index fe6bf8c318027d91d7ea1967f0569581ba02b474..a325acac044f2b2458bbcc332a5231b713c13266 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -780,7 +780,14 @@
|
| 'target_name': 'freetype2',
|
| 'type': 'none',
|
| 'conditions': [
|
| - ['_toolset=="target"', {
|
| + ['chromecast==1', {
|
| + 'dependencies': [
|
| + '../../third_party/freetype-android/freetype.gyp:ft2',
|
| + ],
|
| + 'export_dependent_settings' : [
|
| + '../../third_party/freetype-android/freetype.gyp:ft2',
|
| + ],
|
| + }, '_toolset=="target"', {
|
| 'direct_dependent_settings': {
|
| 'cflags': [
|
| '<!@(<(pkg-config) --cflags freetype2)',
|
|
|