Config.in 578 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
  2. def_bool y
  3. if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
  4. config BR2_PACKAGE_LIBNSPR
  5. bool "libnspr"
  6. depends on BR2_TOOLCHAIN_HAS_THREADS
  7. depends on !BR2_STATIC_LIBS
  8. help
  9. NSPR is the Netscape Portable Runtime library which provides
  10. a platform-neutral API for system level and libc like
  11. functions. The library is used by the Mozilla project as well
  12. as others.
  13. http://www.mozilla.org/projects/nspr/
  14. comment "libnspr needs a toolchain w/ threads, dynamic library"
  15. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
  16. endif