mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package: kill pointless text justification
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
5e2c17b9a3
commit
757e9c4c2a
@@ -58,7 +58,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL
|
||||
help
|
||||
List of space-separated nodejs modules to install via npm.
|
||||
See https://npmjs.org/ to find modules and 'npm help install'
|
||||
for available installation methods. For repeatable builds,
|
||||
for available installation methods. For repeatable builds,
|
||||
download and save tgz files or clone git repos for the
|
||||
components you care about.
|
||||
|
||||
@@ -72,7 +72,7 @@ config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL_DEPS
|
||||
string "Additional module dependencies"
|
||||
help
|
||||
List of space-separated buildroot recipes which must be built before
|
||||
your npms can be installed. For example, if in 'Additional modules'
|
||||
your npms can be installed. For example, if in 'Additional modules'
|
||||
you specified 'node-curl' (see:
|
||||
https://github.com/jiangmiao/node-curl), you could then specify
|
||||
'libcurl' here, to ensure that buildroot builds the libcurl package,
|
||||
|
||||
Reference in New Issue
Block a user