comparison configure.sh @ 43:01a8b04242af

configure.sh: icn component is needed only for bigcolor
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 17 Oct 2020 10:04:54 +0000
parents dd2ad0037425
children ee04ca45053d
comparison
equal deleted inserted replaced
42:dd2ad0037425 43:01a8b04242af
264 264
265 # UI layers 265 # UI layers
266 if [ "$MMI" = 2 ] 266 if [ "$MMI" = 2 ]
267 then 267 then
268 build_lib bmi 268 build_lib bmi
269 build_lib icn 269 if [ "$UI_CONFIG" = bigcolor ]
270 then
271 build_lib icn
272 fi
270 build_lib mfw 273 build_lib mfw
271 fi 274 fi
272 275
273 # G23M protocol stack libs 276 # G23M protocol stack libs
274 build_lib alr 277 build_lib alr