| commit | db2e25a7d45d8a63ed87af96e5d1bf7577ff48fe | [log] [tgz] |
|---|---|---|
| author | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 18:01:08 2012 +0000 |
| committer | borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Nov 01 18:01:08 2012 +0000 |
| tree | 6a1bc01e5cc695e83af40eeae9193026b5af937c | |
| parent | 7158e6acca1b1ecc321d4d514a31cba11b5ead60 [diff] [blame] |
Fix NoGPU build Some link settings were set in the wrong targets git-svn-id: http://skia.googlecode.com/svn/trunk@6246 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/views.gyp b/gyp/views.gyp index 5f58a87..b0697a0 100644 --- a/gyp/views.gyp +++ b/gyp/views.gyp
@@ -98,6 +98,13 @@ ], }], [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris"]', { + 'link_settings': { + 'libraries': [ + '-lGL', + '-lGLU', + '-lX11', + ], + }, },{ 'sources!': [ '../src/views/unix/SkOSWindow_Unix.cpp',