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

Unified Diff: ui/display/display.gyp

Issue 854753002: linux/gyp: Find missing symbols at build time, not runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
Index: ui/display/display.gyp
diff --git a/ui/display/display.gyp b/ui/display/display.gyp
index 0d15042f0c98630e0ad9171744b5140bbec0dd38..8591254c6d64fe827692b6781535d4bb782315a4 100644
--- a/ui/display/display.gyp
+++ b/ui/display/display.gyp
@@ -118,6 +118,7 @@
'../../build/linux/system.gyp:xrandr',
'../../ui/gfx/x/gfx_x11.gyp:gfx_x11',
],
+ 'link_settings': { 'libraries': [ '-lX11' ] },
}],
['chromeos == 1', {
'dependencies': [
« third_party/mesa/mesa.gyp ('K') | « ui/base/ui_base.gyp ('k') | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698