Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1088)

Unified Diff: gpu/gpu.gyp

Issue 525109: linux: dynamically load libGL.so.1, and use glew to dynamically resolve symbols (Closed)
Patch Set: . Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/service/x_utils.cc ('k') | third_party/glew/include/GL/glxew.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index ee000886cf4aa146b5135b0cb38487cf12f41a3b..8a51c056cef4e15cf27d0a35682f0b0bca634497 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -54,7 +54,6 @@
'-L<(PRODUCT_DIR)',
],
'libraries': [
- '-lGL',
'-lX11',
],
},
@@ -255,6 +254,7 @@
'command_buffer/service/x_utils.h',
],
'dependencies': [
+ 'gl_libs',
'../build/linux/system.gyp:gtk',
]
},
« no previous file with comments | « gpu/command_buffer/service/x_utils.cc ('k') | third_party/glew/include/GL/glxew.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698