aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/utils.gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 17:21:21 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 17:21:21 +0000
commit161933b1e12776302c8818a55c3601020cca07db (patch)
treef13af9afeb77daa248c6aebc00fd47109c524085 /gyp/utils.gyp
parent55bfd45d9a1a8266c7ed0f9eeedffe714123718e (diff)
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
Diffstat (limited to 'gyp/utils.gyp')
-rw-r--r--gyp/utils.gyp6
1 files changed, 6 insertions, 0 deletions
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!': [