mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
There are options to build only static or only shared libs. The default is to build both. Also update reverse dependencies. Note that lua-argon2 doesn't have the "# libargon2" comment so presumably it needs shared libs itself. Signed-off-by: Andreas Mohr <and@gmx.li> [Arnout: also update reverse dependencies] Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
config BR2_PACKAGE_PYTHON_ARGON2_CFFI_BINDINGS
|
|
bool "python-argon2-cffi-bindings"
|
|
depends on BR2_USE_MMU # libargon2
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_LIBARGON2
|
|
help
|
|
Low-level CFFI bindings for Argon2.
|
|
|
|
https://github.com/hynek/argon2-cffi-bindings
|