changeset 24:63c80ef2cecb

components: UI_CONFIG change for Tourmaline
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 17:11:48 +0000
parents fdc83c1ab3ff
children ef6d1ca160b2
files components/bmi components/gdi components/icn components/mfw
diffstat 4 files changed, 4 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/components/bmi	Fri Oct 16 17:03:13 2020 +0000
+++ b/components/bmi	Fri Oct 16 17:11:48 2020 +0000
@@ -25,10 +25,7 @@
 		CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
 		CPPFLAGS="$CPPFLAGS -DLSCREEN"
 		;;
-	bigbw)
-		CPPFLAGS="$CPPFLAGS -DLSCREEN"
-		;;
-	84x48)
+	smallbw)
 		;;
 	*)
 		echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
--- a/components/gdi	Fri Oct 16 17:03:13 2020 +0000
+++ b/components/gdi	Fri Oct 16 17:11:48 2020 +0000
@@ -47,10 +47,7 @@
 		CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
 		CPPFLAGS="$CPPFLAGS -DLSCREEN"
 		;;
-	bigbw)
-		CPPFLAGS="$CPPFLAGS -DLSCREEN"
-		;;
-	84x48)
+	smallbw)
 		;;
 	*)
 		echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
--- a/components/icn	Fri Oct 16 17:03:13 2020 +0000
+++ b/components/icn	Fri Oct 16 17:11:48 2020 +0000
@@ -22,10 +22,7 @@
 		CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
 		CPPFLAGS="$CPPFLAGS -DLSCREEN"
 		;;
-	bigbw)
-		CPPFLAGS="$CPPFLAGS -DLSCREEN"
-		;;
-	84x48)
+	smallbw)
 		;;
 	*)
 		echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
--- a/components/mfw	Fri Oct 16 17:03:13 2020 +0000
+++ b/components/mfw	Fri Oct 16 17:11:48 2020 +0000
@@ -57,10 +57,7 @@
 		CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
 		CPPFLAGS="$CPPFLAGS -DLSCREEN"
 		;;
-	bigbw)
-		CPPFLAGS="$CPPFLAGS -DLSCREEN"
-		;;
-	84x48)
+	smallbw)
 		;;
 	*)
 		echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2