aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/effects.gyp')
-rw-r--r--gyp/effects.gyp7
1 files changed, 4 insertions, 3 deletions
diff --git a/gyp/effects.gyp b/gyp/effects.gyp
index cb15a2ac2e..a551ceb8c3 100644
--- a/gyp/effects.gyp
+++ b/gyp/effects.gyp
@@ -4,10 +4,7 @@
'target_name': 'effects',
'type': 'static_library',
'include_dirs': [
- '../include/config',
- '../include/core',
'../include/effects',
- '../include/gpu',
'../src/gpu',
],
'sources': [
@@ -87,6 +84,10 @@
'../include/effects',
],
},
+ 'dependencies': [
+ 'core.gyp:core',
+ 'gpu.gyp:gr',
+ ],
},
],
}