summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2014-04-23 15:07:08 +0200
committerZeno Albisser <zeno.albisser@digia.com>2014-04-23 15:19:17 +0200
commit6943692db3a7475233f7cb321edc86d3c9cb8a51 (patch)
tree96389be789cce230482891ca8ac8ddc4ca644422
parent0bfb47de4e2ebc8f9ccf915e84aae3e37feeb2af (diff)
downloadqtwebengine-chromium-6943692db3a7475233f7cb321edc86d3c9cb8a51.tar.gz
fix gyp expression for pkg-config.
This patch should be squashed when updating chromium the next time. We do want to use the pkg-config-wrapper on eAndroid. Change-Id: Id2a56a82261c8e69fd3383e9029ff2dab1cefc8a Reviewed-by: Andras Becsi <andras.becsi@digia.com>
-rw-r--r--chromium/build/linux/system.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 72af0810380..92c74805bb8 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -5,7 +5,7 @@
{
'variables': {
'conditions': [
- ['sysroot!="" and qt_os=="embedded_linux"', {
+ ['sysroot!="" and qt_os!="embedded_linux"', {
'pkg-config': './pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
}, {
'pkg-config': 'pkg-config'