summaryrefslogtreecommitdiff
path: root/chromium/third_party/icu/icu.gyp
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-05-05 20:01:41 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-05-06 16:19:43 +0200
commit2d4f839849d8de907d3addd09a0682a53bf47c6a (patch)
treed4305a2e5f184c8377af8916aee7d6713ff9eeca /chromium/third_party/icu/icu.gyp
parent5a97ad8d88cd71d70f5ff30eb37446ac5cea32fd (diff)
downloadqtwebengine-chromium-2d4f839849d8de907d3addd09a0682a53bf47c6a.tar.gz
Remove pkg-config libpci and icu-config
This should be squashed into the patch: "Adjust gyp defines for eLinux" Change-Id: If31516e8fe6f3c1bbd25a92d941d8627d5fb061d Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'chromium/third_party/icu/icu.gyp')
-rw-r--r--chromium/third_party/icu/icu.gyp4
1 files changed, 4 insertions, 0 deletions
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)',
],
},
+ }],
+ ],
}],
],
},