Index: build/linux/system.gyp |
diff --git a/build/linux/system.gyp b/build/linux/system.gyp |
index 62bbcbb1e3a374e6bb2f2abee171552551acdce2..e6336f595af1fe67c34ee8d5b6b20d6e9a1f430c 100644 |
--- a/build/linux/system.gyp |
+++ b/build/linux/system.gyp |
@@ -223,6 +223,26 @@ |
}]] |
}, |
{ |
+ 'target_name': 'xext', |
+ 'type': 'settings', |
+ 'conditions': [ |
+ ['_toolset=="target"', { |
+ 'direct_dependent_settings': { |
+ 'cflags': [ |
+ '<!@(<(pkg-config) --cflags xext)', |
+ ], |
+ }, |
+ 'link_settings': { |
+ 'ldflags': [ |
+ '<!@(<(pkg-config) --libs-only-L --libs-only-other xext)', |
+ ], |
+ 'libraries': [ |
+ '<!@(<(pkg-config) --libs-only-l xext)', |
+ ], |
+ }, |
+ }]] |
+ }, |
+ { |
'target_name': 'selinux', |
'type': 'settings', |
'conditions': [ |