summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-05-13 18:52:33 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-05-14 11:21:46 +0200
commita462a800bdf84baf6eca4fcc583684582d5419ce (patch)
tree623086dd9e4cace521be39f0c24a64eeba9b7934
parent2d4f839849d8de907d3addd09a0682a53bf47c6a (diff)
downloadqtwebengine-chromium-a462a800bdf84baf6eca4fcc583684582d5419ce.tar.gz
Fix the QtWebEngine build with the new yocto toolchain.
Gyp needs pkg-config-wrapper now also on eLinux. Change-Id: Ib4dc7661cde6cd28d156b9a23845aa36f772b55e Reviewed-by: Zeno Albisser <zeno.albisser@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 2a2c8bd5765..9911317e2fb 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!=""', {
'pkg-config': './pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
}, {
'pkg-config': 'pkg-config'