diff options
author | Kai Ruhnau <kai.ruhnau@target-sg.com> | 2018-12-11 12:47:00 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-12-11 10:06:51 -0200 |
commit | 9fc65c05f3296b606d4ceb6f4670f5f95eecc379 (patch) | |
tree | 23b8f44e150058492e1845667b422a56a0bdd0c3 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 010a29e0ab5eb2a7efde98ee0a4f78884281bc09 (diff) | |
download | meta-qt5-9fc65c05f3296b606d4ceb6f4670f5f95eecc379.tar.gz |
qtwebengine: Configure Ninja to honor PARALLEL_MAKE
Fixes #137
Signed-off-by: Kai Ruhnau <kai.ruhnau@target-sg.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 1 |
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 | |||
92 | 92 | ||
93 | export GN_PKG_CONFIG_HOST = "${STAGING_BINDIR_NATIVE}/pkg-config-native" | 93 | export GN_PKG_CONFIG_HOST = "${STAGING_BINDIR_NATIVE}/pkg-config-native" |
94 | export GN_HOST_TOOLCHAIN_EXTRA_CPPFLAGS = "-I${STAGING_DIR_NATIVE}/usr/include" | 94 | export GN_HOST_TOOLCHAIN_EXTRA_CPPFLAGS = "-I${STAGING_DIR_NATIVE}/usr/include" |
95 | export NINJAFLAGS="${PARALLEL_MAKE}" | ||
95 | 96 | ||
96 | do_configure() { | 97 | do_configure() { |
97 | 98 | ||