Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 46bf22ccdd53dc888f03beb39a7c13e3c8c17610..df40c92d7206ca88a82268c75669978e54071cff 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -106,5 +106,22 @@ |
], |
}, |
}, |
+ { |
+ 'target_name': 'gthread', |
+ 'type': 'settings', |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(python pkg_config_wrapper.py --cflags gthread-2.0)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'ldflags': [ |
+ '<!@(python pkg_config_wrapper.py --libs-only-L --libs-only-other gthread-2.0)', |
+ ], |
+ 'libraries': [ |
+ '<!@(python pkg_config_wrapper.py --libs-only-l gthread-2.0)', |
+ ], |
+ }, |
+ }, |
], |
} |