mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
package/collectd: fix dependency of network-gcrypt
Commit c8b8744a1aeebeba4035fdba9556226696ac2abd forgot to propagate libgcrypt reverse dependency Fixes: - http://autobuild.buildroot.org/results/98c7734dccb4e01c02f4680cfbdf82ee59e17935 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
849aee4f88
commit
a71b9a111f
@ -592,6 +592,7 @@ config BR2_PACKAGE_COLLECTD_NETWORK
|
||||
|
||||
config BR2_PACKAGE_COLLECTD_NETWORK_GCRYPT
|
||||
bool "crypto support"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
depends on BR2_PACKAGE_COLLECTD_NETWORK
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
help
|
||||
|
Loading…
x
Reference in New Issue
Block a user