comparison components/gdi @ 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
45 case "$UI_CONFIG" in 45 case "$UI_CONFIG" in
46 bigcolor) 46 bigcolor)
47 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY" 47 CPPFLAGS="$CPPFLAGS -DCOLOURDISPLAY"
48 CPPFLAGS="$CPPFLAGS -DLSCREEN" 48 CPPFLAGS="$CPPFLAGS -DLSCREEN"
49 ;; 49 ;;
50 bigbw) 50 smallbw)
51 CPPFLAGS="$CPPFLAGS -DLSCREEN"
52 ;;
53 84x48)
54 ;; 51 ;;
55 *) 52 *)
56 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2 53 echo "Error: UI_CONFIG=$UI_CONFIG setting not understood" 1>&2
57 exit 1 54 exit 1
58 esac 55 esac