2011-07-07 14:07:22 +02:00
|
|
|
config BR2_PACKAGE_LIBNSPR
|
|
|
|
bool "libnspr"
|
|
|
|
depends on BR2_LARGEFILE
|
2012-09-17 08:44:34 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2011-07-07 14:07:22 +02:00
|
|
|
help
|
|
|
|
NSPR is the Netscape Portable Runtime library which provides
|
|
|
|
a platform-neutral API for system level and libc like
|
|
|
|
functions. The library is used by the Mozilla project as well
|
|
|
|
as others.
|
|
|
|
|
|
|
|
http://www.mozilla.org/projects/nspr/
|
|
|
|
|
2012-09-17 08:44:34 +02:00
|
|
|
comment "libnspr requires a toolchain with LARGEFILE and threads support"
|
|
|
|
depends on !BR2_LARGEFILE && !BR2_TOOLCHAIN_HAS_THREADS
|