summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-04-04 00:16:11 +0000
committerJens Arnold <amiconn@rockbox.org>2007-04-04 00:16:11 +0000
commit5a6968918800d64062fa03deae530886aaa42db7 (patch)
tree6055ceb960b2caf179268e4ed27e3fd59731934d /tools/configure
parent61350bf91cbe18c5a6d390c1d0140326031703e1 (diff)
downloadrockbox-5a6968918800d64062fa03deae530886aaa42db7.tar.gz
rockbox-5a6968918800d64062fa03deae530886aaa42db7.zip
Replace obsolete generate_rocklatin tool with player_unifont tool.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13014 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0341a29e85..86f0db4425 100755
--- a/tools/configure
+++ b/tools/configure
@@ -661,7 +661,7 @@ EOF
661 661
662 # toolset is the tools within the tools directory that we build for 662 # toolset is the tools within the tools directory that we build for
663 # this particular target. 663 # this particular target.
664 toolset="$toolset scramble descramble sh2d uclpack" 664 toolset="$toolset scramble descramble sh2d player_unifont uclpack"
665 665
666 # Note: the convbdf is present in the toolset just because: 1) the 666 # Note: the convbdf is present in the toolset just because: 1) the
667 # firmware/Makefile assumes it is present always, and 2) we will need it when we 667 # firmware/Makefile assumes it is present always, and 2) we will need it when we