a6b72618866c6b5e76f1f8b2945a259d2b118b21
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / p11-kit / Config.in
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         select BR2_PACKAGE_LIBFFI
7         select BR2_PACKAGE_LIBTASN1
8         help
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.
12
13           http://p11-glue.freedesktop.org/p11-kit.html
14
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