mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
nodejs is required to build webengine
This commit is contained in:
parent
e6bbaaa57f
commit
e5cab43321
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user