Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1578)

Unified Diff: gyp/utils.gyp

Issue 4530104: fix bench and gm targets on Linux (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 13 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
===================================================================
--- gyp/utils.gyp (revision 1487)
+++ gyp/utils.gyp (working copy)
@@ -111,6 +111,12 @@
'sources!': [
'../src/utils/SkEGLContext_none.cpp',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lGL',
+ '-lGLU',
+ ],
+ },
}],
[ 'OS != "win"', {
'sources!': [
« no previous file with comments | « gyp/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b