summaryrefslogtreecommitdiff
path: root/chromium/build/linux/system.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/linux/system.gyp')
-rw-r--r--chromium/build/linux/system.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 92c74805bb8..2a2c8bd5765 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -506,6 +506,8 @@
{
'target_name': 'libpci',
'type': 'static_library',
+ 'conditions': [
+ ['use_x11==1', {
'cflags': [
'<!@(<(pkg-config) --cflags libpci)',
],
@@ -566,6 +568,8 @@
'process_outputs_as_sources': 1,
},
],
+ }],
+ ],
},
{
'target_name': 'libresolv',