package/libargon2: add missing Config.in for the !BR2_STATIC_LIBS dependency

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas Petazzoni 2019-11-26 23:23:10 +01:00
parent f4e5bd3cfe
commit 40641072f8

View File

@ -6,3 +6,7 @@ config BR2_PACKAGE_LIBARGON2
A modern password hashing algorithm
https://password-hashing.net/#argon2
comment "libargon needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on BR2_STATIC_LIBS