Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 68e4d36e28a42d63dce74dd860f1215cd1354a71..210b767e73d9822c6a9b35799713e1624106f6ae 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -681,6 +681,27 @@ |
], |
}, |
{ |
+ 'target_name': 'xrandr', |
+ 'type': 'none', |
+ 'conditions': [ |
+ ['_toolset=="target"', { |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(<(pkg-config) --cflags xrandr)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'ldflags': [ |
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other xrandr)', |
+ ], |
+ 'libraries': [ |
+ '<!@(<(pkg-config) --libs-only-l xrandr)', |
+ ], |
+ }, |
+ }], |
+ ], |
+ }, |
+ { |
'target_name': 'libgcrypt', |
'type': 'none', |
'conditions': [ |