6a5310c50d06f061490bbea618bb299e991fc7fb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libnspr / Config.in
1 config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
2         def_bool y
3         depends on !BR2_arc && !BR2_xtensa && !BR2_bfin
4
5 if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
6
7 config BR2_PACKAGE_LIBNSPR
8         bool "libnspr"
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         help
11           NSPR is the Netscape Portable Runtime library which provides
12           a platform-neutral API for system level and libc like
13           functions. The library is used by the Mozilla project as well
14           as others.
15
16           http://www.mozilla.org/projects/nspr/
17
18 comment "libnspr needs a toolchain w/ threads"
19         depends on !BR2_TOOLCHAIN_HAS_THREADS
20
21 endif