Config.in 511 B

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