Update dependency requirements

This commit is contained in:
Sam Chesney
2019-08-13 15:04:41 +01:00
committed by Oscar Bailey
parent f1ba1dace8
commit 8d3cc039f7
2 changed files with 11 additions and 5 deletions

View File

@@ -6,6 +6,12 @@ lib_xua Change Log
* CHANGED: Build files updated to support new "xcommon" behaviour in xwaf.
* Changes to dependencies:
- lib_dsp: Added dependency 5.0.0
- lib_mic_array: Added dependency 4.0.0
0.2.0
-----

View File

@@ -1,10 +1,10 @@
VERSION = 0.3.0
DEPENDENT_MODULES = lib_logging(>=2.1.0) \
lib_xassert(>=2.0.0) \
lib_xud(>=0.1.0) \
lib_spdif(>=3.0.0) \
lib_mic_array(>=3.2.0)
DEPENDENT_MODULES = lib_logging(>=3.0.0) \
lib_xassert(>=4.0.0) \
lib_xud(>=0.2.0) \
lib_spdif(>=4.0.0) \
lib_mic_array(>=4.0.0)
MODULE_XCC_FLAGS = $(XCC_FLAGS) \
-O3 \