summaryrefslogtreecommitdiffstats
path: root/courgette/courgette.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'courgette/courgette.gyp')
-rw-r--r--courgette/courgette.gyp22
1 files changed, 22 insertions, 0 deletions
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index fdc65e4..d53fb90 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -94,6 +94,17 @@
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
],
+ 'conditions': [
+ [ 'OS == "linux" or OS == "freebsd"', {
+ 'dependencies': [
+ # Workaround for gyp bug 69.
+ # Needed to handle the #include chain:
+ # base/test_suite.h
+ # gtk/gtk.h
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
+ ],
},
{
'target_name': 'courgette_fuzz',
@@ -107,6 +118,17 @@
'../base/base.gyp:base',
'../testing/gtest.gyp:gtest',
],
+ 'conditions': [
+ [ 'OS == "linux" or OS == "freebsd"', {
+ 'dependencies': [
+ # Workaround for gyp bug 69.
+ # Needed to handle the #include chain:
+ # base/test_suite.h
+ # gtk/gtk.h
+ '../build/linux/system.gyp:gtk',
+ ],
+ }],
+ ],
},
],
}