summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/plugin.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-rw-r--r--o3d/plugin/plugin.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index d320b61..caff190 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -102,6 +102,14 @@
],
},
],
+ ['renderer == "gles2"',
+ {
+ 'dependencies': [
+ '../build/libs.gyp:gles2_libs',
+ '../build/libs.gyp:cg_libs',
+ ],
+ },
+ ],
['OS == "mac"',
{
'mac_bundle': 1,
@@ -287,6 +295,14 @@
],
},
],
+ ['renderer == "gles2"',
+ {
+ 'dependencies': [
+ '../build/libs.gyp:gles2_libs',
+ '../build/libs.gyp:cg_libs',
+ ],
+ },
+ ],
['OS == "mac"',
{
'mac_bundle': 1,