Signed-off-by: José Pekkarinen <jose.pekkarinen@unikie.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
config BR2_PACKAGE_OPENSC
|
|
bool "opensc"
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_PCSC_LITE
|
|
select BR2_PACKAGE_OPENSSL
|
|
help
|
|
OpenSC provides a set of libraries and utilities to work
|
|
with smart cards.
|
|
|
|
https://github.com/OpenSC/OpenSC/wiki
|
|
|
|
comment "opensc needs a toolchain with dynamic library, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|