From abf22eb88babcbf61c990f3039d3a11c02989324 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 23 Sep 2014 09:37:42 +0300 Subject: [PATCH] libsodium: add depends to configuration menu Signed-off-by: Alexandru Ardelean --- libs/libsodium/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libsodium/Makefile b/libs/libsodium/Makefile index 65250a470..0082c88b5 100644 --- a/libs/libsodium/Makefile +++ b/libs/libsodium/Makefile @@ -45,6 +45,7 @@ endef define Package/libsodium/config menu "Configuration" + depends on PACKAGE_libsodium config LIBSODIUM_MINIMAL bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y