# HG changeset patch # User Mychaela Falconia # Date 1602868308 0 # Node ID 63c80ef2cecb3035cca7b052e5b631b28dfc90f3 # Parent fdc83c1ab3fff1c12e71eb60e953c7b28e72f7bd components: UI_CONFIG change for Tourmaline diff -r fdc83c1ab3ff -r 63c80ef2cecb components/bmi --- 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 diff -r fdc83c1ab3ff -r 63c80ef2cecb components/gdi --- 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 diff -r fdc83c1ab3ff -r 63c80ef2cecb components/icn --- 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 diff -r fdc83c1ab3ff -r 63c80ef2cecb components/mfw --- 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