harfbuzz: bump version to 1.4.5
[buildroot-gz.git] / package / libnspr / Config.in
blobba1ea55933217321c077aa1bf61fc89b03af8f8e
1 config BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
2         def_bool y
3         depends on !BR2_arc && !BR2_xtensa && !BR2_bfin
5 if BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT
7 config BR2_PACKAGE_LIBNSPR
8         bool "libnspr"
9         depends on BR2_TOOLCHAIN_HAS_THREADS
10         depends on !BR2_STATIC_LIBS
11         help
12           NSPR is the Netscape Portable Runtime library which provides
13           a platform-neutral API for system level and libc like
14           functions. The library is used by the Mozilla project as well
15           as others.
17           http://www.mozilla.org/projects/nspr/
19 comment "libnspr needs a toolchain w/ threads, dynamic library"
20         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
22 endif