# HG changeset patch # User Mychaela Falconia # Date 1602929094 0 # Node ID 01a8b04242af66942546ffd7b5aa99feb15d4463 # Parent dd2ad003742550fe7c29774eb1f7721566cdd3c7 configure.sh: icn component is needed only for bigcolor diff -r dd2ad0037425 -r 01a8b04242af configure.sh --- a/configure.sh Sat Oct 17 09:23:31 2020 +0000 +++ b/configure.sh Sat Oct 17 10:04:54 2020 +0000 @@ -266,7 +266,10 @@ if [ "$MMI" = 2 ] then build_lib bmi - build_lib icn + if [ "$UI_CONFIG" = bigcolor ] + then + build_lib icn + fi build_lib mfw fi