summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/build/linux/system.gyp4
-rw-r--r--chromium/third_party/icu/icu.gyp4
2 files changed, 8 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',
diff --git a/chromium/third_party/icu/icu.gyp b/chromium/third_party/icu/icu.gyp
index 4d8259af005..416050d66d8 100644
--- a/chromium/third_party/icu/icu.gyp
+++ b/chromium/third_party/icu/icu.gyp
@@ -642,6 +642,8 @@
],
},
},{ # OS!="android"
+ 'conditions': [
+ ['qt_os!="embedded_linux"', {
'link_settings': {
'ldflags': [
'<!@(icu-config --ldflags)',
@@ -650,6 +652,8 @@
'<!@(icu-config --ldflags-libsonly)',
],
},
+ }],
+ ],
}],
],
},