diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-03-11 16:31:11 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2021-05-08 13:28:06 +0200 |
commit | fab0e0522c52bc944bc7f8b6e4947f63243039cd (patch) | |
tree | 03543bfec7d1a85958e846bfcfb122d83b5e7a1b /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 1a55d73c26d823b99628cde83e12f10ee5b726b8 (diff) | |
download | meta-qt5-fab0e0522c52bc944bc7f8b6e4947f63243039cd.tar.gz |
qtwebengine: add dependency on nodejs-native
* it's mandatory since this commit:
commit c9d902ca6ca3b1aa2e2762329d18c226d26520af
Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
Date: Fri Nov 6 09:16:15 2020 +0100
Adaptations for Chromium 87
* unfortunatelly missing this dependency only shows an warning in do_configure:
Note: The following modules are not being compiled in this configuration:
webenginecore
webengine
webenginewidgets
WARNING: Nodejs is required to build QtWebEngine.
WARNING: QtWebEngine will not be built.
and then it fails in do_install with:
make[1]: Leaving directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/build/src'
sed: can't read /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory
WARNING: exit code 2 from a shell command.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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 5f04b7c7..9bde69ae 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -17,6 +17,7 @@ DEPENDS += " \ | |||
17 | nspr-native \ | 17 | nspr-native \ |
18 | ninja-native \ | 18 | ninja-native \ |
19 | nasm-native \ | 19 | nasm-native \ |
20 | nodejs-native \ | ||
20 | bison-native \ | 21 | bison-native \ |
21 | qtwebchannel \ | 22 | qtwebchannel \ |
22 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ | 23 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols qtquickcontrols2 \ |