buildrootschalter/package/libnspr/Config.in
Mischa Jonker d1a16db85d libnspr: Add dependency on !BR2_arc
ARC is not supported yet in libnspr.

v2: Propagate to ecryptfs-utils as well

Signed-off-by: Mischa Jonker <mjonker@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-31 18:03:26 +02:00

16 lines
508 B
Plaintext

config BR2_PACKAGE_LIBNSPR
bool "libnspr"
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_arc
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/
comment "libnspr requires a toolchain with LARGEFILE and threads support"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS