diff options
author | Alexandru Ardelean <aa@ocedo.com> | 2014-09-23 09:37:42 +0300 |
---|---|---|
committer | Alexandru Ardelean <aa@ocedo.com> | 2014-09-23 09:40:33 +0300 |
commit | abf22eb88babcbf61c990f3039d3a11c02989324 (patch) | |
tree | 99a533994cf15a91a9ef2d1fd88576cbb9258e5d /libs/libsodium | |
parent | 396f5886ddf3d47dfc9e4095b70c7be6330ab01f (diff) |
libsodium: add depends to configuration menu
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'libs/libsodium')
-rw-r--r-- | libs/libsodium/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |