Added helpful reminder about copying font file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
134c45d709
commit
62625737a4
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -188,6 +188,7 @@ if [ "-" = "$extra_defines" ]; then
|
|||
getit=`input`;
|
||||
if [ "y" = "$getit" -o "Y" = "$getit" ] ; then
|
||||
extra_defines="-DLOADABLE_FONTS"
|
||||
echo "*** Remember to copy the 'system.ajf' file to the root of your Archos!"
|
||||
else
|
||||
echo "Proportional font support? (N)"
|
||||
getit=`input`;
|
||||
|
|
Loading…
Reference in a new issue