package/minisign: needs threads

Fix the following build failure raised since the addition of the package
in commit d90ac63d9b:
  Could NOT find Threads (missing: Threads_FOUND)

Fixes:
 - http://autobuild.buildroot.org/results/8d63a88291de945661a936d2437917a3428de276

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2024-02-11 10:38:58 +01:00 committed by Thomas Petazzoni
parent 74ffd0a4df
commit 79f38212c5

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_MINISIGN
bool "minisign"
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBSODIUM
select BR2_PACKAGE_LIBSODIUM_FULL
help
@ -7,3 +8,6 @@ config BR2_PACKAGE_MINISIGN
signatures.
https://github.com/jedisct1/minisign
comment "minisign needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS