From 9fc65c05f3296b606d4ceb6f4670f5f95eecc379 Mon Sep 17 00:00:00 2001 From: Kai Ruhnau Date: Tue, 11 Dec 2018 12:47:00 +0100 Subject: qtwebengine: Configure Ninja to honor PARALLEL_MAKE Fixes #137 Signed-off-by: Kai Ruhnau --- recipes-qt/qt5/qtwebengine_git.bb | 1 + 1 file changed, 1 insertion(+) 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() { -- cgit v1.2.3