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

Unified Diff: ui/ui.gyp

Issue 10836356: Add a dependency on Xrandr since it fails to link DumpRenderTree of WebKit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 986bfa2aab54459cebf6e42b7940a53c530693bb..72a85b091d137737983dae4ee51b94ed26e53c45 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -727,7 +727,9 @@
],
'link_settings': {
'libraries': [
- '-lX11 -lXcursor',
+ '-lX11',
+ '-lXcursor',
+ '-lXrandr', # For XRR* function calls in x11_util.cc.
],
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698