Index: trunk/src/build/linux/system.gyp |
=================================================================== |
--- trunk/src/build/linux/system.gyp (revision 213999) |
+++ trunk/src/build/linux/system.gyp (working copy) |
@@ -782,29 +782,29 @@ |
['_toolset=="target"', { |
'direct_dependent_settings': { |
'cflags': [ |
- '<!@(<(pkg-config) --cflags pangocairo pangoft2)', |
+ '<!@(<(pkg-config) --cflags pangocairo)', |
], |
}, |
'link_settings': { |
'ldflags': [ |
- '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo pangoft2)', |
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other pangocairo)', |
], |
'libraries': [ |
- '<!@(<(pkg-config) --libs-only-l pangocairo pangoft2)', |
+ '<!@(<(pkg-config) --libs-only-l pangocairo)', |
], |
}, |
}, { |
'direct_dependent_settings': { |
'cflags': [ |
- '<!@(pkg-config --cflags pangocairo pangoft2)', |
+ '<!@(pkg-config --cflags pangocairo)', |
], |
}, |
'link_settings': { |
'ldflags': [ |
- '<!@(pkg-config --libs-only-L --libs-only-other pangocairo pangoft2)', |
+ '<!@(pkg-config --libs-only-L --libs-only-other pangocairo)', |
], |
'libraries': [ |
- '<!@(pkg-config --libs-only-l pangocairo pangoft2)', |
+ '<!@(pkg-config --libs-only-l pangocairo)', |
], |
}, |
}], |