nodejs is required to build webengine

This commit is contained in:
Kovid Goyal 2021-12-17 19:37:33 +05:30
parent e6bbaaa57f
commit e5cab43321
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -435,6 +435,7 @@
{
"name": "ninja",
"comment": "Needed for Qt",
"os": "macos,windows",
"unix": {
"filename": "ninja-src.tar.gz",
@ -443,6 +444,17 @@
}
},
{
"name": "nodejs",
"comment": "Needed for Qt WebEngine",
"os": "macos,windows",
"unix": {
"filename": "nodejs-src.tar.gz",
"hash": "sha256:394991ab9c259a68b0a72735d2fcee957a9c78138bf8d9e02cf8c04f6be5c673",
"urls": ["https://github.com/nodejs/node/archive/refs/tags/v12.22.8.tar.gz"]
}
},
{
"name": "qt-base",
"version": "6.2.2",