xref: /OK3568_Linux_fs/buildroot/package/libnspr/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
2*4882a593Smuzhiyun	def_bool y
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunif BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
5*4882a593Smuzhiyun
6*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBNSPR
7*4882a593Smuzhiyun	bool "libnspr"
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
9*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  NSPR is the Netscape Portable Runtime library which provides
12*4882a593Smuzhiyun	  a platform-neutral API for system level and libc like
13*4882a593Smuzhiyun	  functions. The library is used by the Mozilla project as well
14*4882a593Smuzhiyun	  as others.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  http://www.mozilla.org/projects/nspr/
17*4882a593Smuzhiyun
18*4882a593Smuzhiyuncomment "libnspr needs a toolchain w/ threads, dynamic library"
19*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
20*4882a593Smuzhiyun
21*4882a593Smuzhiyunendif
22