libsodium: add depends to configuration menu 352/head
authorAlexandru Ardelean <aa@ocedo.com>
Tue, 23 Sep 2014 06:37:42 +0000 (09:37 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Tue, 23 Sep 2014 06:40:33 +0000 (09:40 +0300)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
libs/libsodium/Makefile

index 65250a470c70894ebfc481cc69fdadbe6054b41b..0082c88b5206692b9e4b32a0f35fb9aa91f15f71 100644 (file)
@@ -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