Update dependency requirements
This commit is contained in:
committed by
Oscar Bailey
parent
f1ba1dace8
commit
8d3cc039f7
@@ -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
|
||||
-----
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user