forked from len0rd/rockbox
Correct the bmp2rb option for native bitmaps on the Nano2G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21898 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a677e1ba26
commit
c30d509f34
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -1361,7 +1361,7 @@ fi
|
||||||
arm940tcc
|
arm940tcc
|
||||||
tool="$rootdir/tools/scramble -add=nn2g"
|
tool="$rootdir/tools/scramble -add=nn2g"
|
||||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 6"
|
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||||
output="rockbox.ipod"
|
output="rockbox.ipod"
|
||||||
appextra="recorder:gui"
|
appextra="recorder:gui"
|
||||||
plugins="yes"
|
plugins="yes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue