Add the possibility to disable support for TrueType fonts.

This commit is contained in:
Jean-Marc Zucconi 2001-03-20 15:55:00 +00:00
parent c7a47ac606
commit 7093eef090
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40110

View File

@ -100,7 +100,11 @@ else
echo "#define InstallFSConfig NO" >> $F
fi
yesno YES "Do you want support for TrueType fonts?"
if [ $answ = NO ]; then
echo "#define BuildFreeType NO" >> $F
echo "#define BuildXTrueType NO" >> $F
fi
cat <<'END'
Do you want to Build Fonts (Usually you only want to build and install
fonts once, if this is a first time install you will want to build the