Browse Source

libsodium: add depends to configuration menu

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 10 years ago
parent
commit
abf22eb88b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      libs/libsodium/Makefile

+ 1
- 0
libs/libsodium/Makefile View File

45
 
45
 
46
 define Package/libsodium/config
46
 define Package/libsodium/config
47
 menu "Configuration"
47
 menu "Configuration"
48
+	depends on PACKAGE_libsodium
48
 	config LIBSODIUM_MINIMAL
49
 	config LIBSODIUM_MINIMAL
49
 		bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases."
50
 		bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases."
50
 		default y
51
 		default y