From a462a800bdf84baf6eca4fcc583684582d5419ce Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Tue, 13 May 2014 18:52:33 +0200 Subject: 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 --- chromium/build/linux/system.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1