buildrootschalter/package/p11-kit/Config.in
Thomas De Schampheleire bd6f2371a2 p11-kit: add missing comment for dynamic library support
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-19 21:41:49 +01:00

17 lines
552 B
Plaintext

config BR2_PACKAGE_P11_KIT
bool "p11-kit"
depends on !BR2_PREFER_STATIC_LIB
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBTASN1
help
Provides a way to load and enumerate PKCS#11 modules.
Provides a standard configuration setup for installing PKCS#11
modules in such a way that they're discoverable.
http://p11-glue.freedesktop.org/p11-kit.html
comment "p11-kit needs a toolchain w/ threads, dynamic library"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB