From 604db3572f4d912634c82bb93487b374fc2afd18 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Mon, 13 Nov 2017 10:41:36 +0100 Subject: Fix missing /usr/include path for natvie tools build of webengine During the webengine build, gn builds also native tools and needs to be fed with correct /usr/include path for native sysroot. Task-number: QTBUG-63140 Change-Id: I348b75c4992dcf2e8b0e6f2528a203a952fcb2b6 Reviewed-by: Samuli Piippo --- 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 8b8d73df..0fe17b78 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb @@ -81,6 +81,7 @@ require qt5.inc 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" do_configure() { # Disable autodetection from sysroot: -- cgit v1.2.3