Explorar el Código

Merge pull request #352 from commodo/libsodium-menu-depends

libsodium: add depends to configuration menu
sbyx hace 10 años
padre
commit
110582fcb3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      libs/libsodium/Makefile

+ 1
- 0
libs/libsodium/Makefile Ver fichero

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