changeset 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 1821e301a65b
files configure.sh
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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