comparison components/mfw @ 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 e58a5bb12de4
comparison
equal deleted inserted replaced
23:fdc83c1ab3ff 24:63c80ef2cecb
55 case "$UI_CONFIG" in 55 case "$UI_CONFIG" in
56 bigcolor) 56 bigcolor)
57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 57 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
58 CPPFLAGS="$CPPFLAGS -DLSCREEN" 58 CPPFLAGS="$CPPFLAGS -DLSCREEN"
59 ;; 59 ;;
60 bigbw) 60 smallbw)
61 CPPFLAGS="$CPPFLAGS -DLSCREEN"
62 ;;
63 84x48)
64 ;; 61 ;;
65 *) 62 *)
66 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2 63 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
67 exit 1 64 exit 1
68 esac 65 esac