1 config BR2_PACKAGE_P11_KIT
3 depends on !BR2_STATIC_LIBS
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 select BR2_PACKAGE_LIBFFI
7 select BR2_PACKAGE_LIBTASN1
9 Provides a way to load and enumerate PKCS#11 modules.
10 Provides a standard configuration setup for installing PKCS#11
11 modules in such a way that they're discoverable.
13 http://p11-glue.freedesktop.org/p11-kit.html
15 comment "p11-kit needs a toolchain w/ threads, dynamic library"
16 depends on BR2_USE_MMU
17 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS