| commit | 161933b1e12776302c8818a55c3601020cca07db | [log] [tgz] |
|---|---|---|
| author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 03 17:21:21 2011 +0000 |
| committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jun 03 17:21:21 2011 +0000 |
| tree | f13af9afeb77daa248c6aebc00fd47109c524085 | |
| parent | 55bfd45d9a1a8266c7ed0f9eeedffe714123718e [diff] [blame] |
fix bench and gm targets on Linux see http://codereview.appspot.com/4530104 git-svn-id: http://skia.googlecode.com/svn/trunk@1490 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/utils.gyp b/gyp/utils.gyp index bde4368..c0db053 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!': [