diff options
-rw-r--r-- | gyp/all.gyp | 1 | ||||
-rw-r--r-- | gyp/utils.gyp | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gyp/all.gyp b/gyp/all.gyp index e2f745a2a7..ec61e590d1 100644 --- a/gyp/all.gyp +++ b/gyp/all.gyp @@ -11,6 +11,7 @@ 'target_name': 'all', 'type': 'none', 'dependencies': [ + 'bench.gyp:bench', 'gm.gyp:gm', 'SampleApp.gyp:SampleApp', 'tests.gyp:tests', diff --git a/gyp/utils.gyp b/gyp/utils.gyp index bde4368bad..c0db053439 100644 --- a/gyp/utils.gyp +++ b/gyp/utils.gyp @@ -111,6 +111,12 @@ 'sources!': [ '../src/utils/SkEGLContext_none.cpp', ], + 'link_settings': { + 'libraries': [ + '-lGL', + '-lGLU', + ], + }, }], [ 'OS != "win"', { 'sources!': [ |