From e5cab433219d16bb810ceacb1de0ea7b5f9fab9d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Dec 2021 19:37:33 +0530 Subject: [PATCH] nodejs is required to build webengine --- bypy/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bypy/sources.json b/bypy/sources.json index 2b1b021280..588e504ed9 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -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",