summaryrefslogtreecommitdiffstats
path: root/rules/js.in
blob: 42c4a56889fa695bce383a7ecdeb4637b9e07f3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=staging
## old section:
### SECTION=scripting_languages

config JS
	tristate "mozjs (spidermonkey)"
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	select LIBC_M
	select LIBC_DL
	select LIBC_PTHREAD
	select ZLIB
	select LIBFFI
	help
	  SpiderMonkey is Mozilla's JavaScript engine written in C/C++.
	  It is used in various Mozilla products, including Firefox,
	  and is available under the MPL2.

	  STAGING: remove in ptxdist-2019.06.0
	  Really old version that needs updating.