aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Ruhnau <kai.ruhnau@target-sg.com>2018-12-11 12:47:00 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2018-12-11 10:06:51 -0200
commit9fc65c05f3296b606d4ceb6f4670f5f95eecc379 (patch)
tree23b8f44e150058492e1845667b422a56a0bdd0c3
parent010a29e0ab5eb2a7efde98ee0a4f78884281bc09 (diff)
qtwebengine: Configure Ninja to honor PARALLEL_MAKE
Fixes #137 Signed-off-by: Kai Ruhnau <kai.ruhnau@target-sg.com>
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index a4469183..4877f09c 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -92,6 +92,7 @@ require qt5-git.inc
export GN_PKG_CONFIG_HOST = "${STAGING_BINDIR_NATIVE}/pkg-config-native"
export GN_HOST_TOOLCHAIN_EXTRA_CPPFLAGS = "-I${STAGING_DIR_NATIVE}/usr/include"
+export NINJAFLAGS="${PARALLEL_MAKE}"
do_configure() {