Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index df40c92d7206ca88a82268c75669978e54071cff..8800cb62fde47b2fe8e884beaf5adcacab94675b 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -123,5 +123,22 @@ |
], |
}, |
}, |
+ { |
+ 'target_name': 'x11', |
+ 'type': 'settings', |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(python pkg_config_wrapper.py --cflags x11)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'ldflags': [ |
+ '<!@(python pkg_config_wrapper.py --libs-only-L --libs-only-other x11)', |
+ ], |
+ 'libraries': [ |
+ '<!@(python pkg_config_wrapper.py --libs-only-l x11)', |
+ ], |
+ }, |
+ }, |
], |
} |