Index: trunk/src/build/linux/system.gyp |
=================================================================== |
--- trunk/src/build/linux/system.gyp (revision 225060) |
+++ trunk/src/build/linux/system.gyp (working copy) |
@@ -681,27 +681,6 @@ |
], |
}, |
{ |
- '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': [ |