forked from len0rd/rockbox
Enable plugin building for M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16755 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e03ef1ec23
commit
ac5e4acea6
2 changed files with 3 additions and 1 deletions
|
@ -52,10 +52,12 @@ wavview.c
|
|||
robotfindskitten.c
|
||||
|
||||
/* Plugins needing the grayscale lib on low-depth LCDs */
|
||||
#ifndef IAUDIO_M3 /* FIXME: no greyscale library yet */
|
||||
fire.c
|
||||
jpeg.c
|
||||
mandelbrot.c
|
||||
plasma.c
|
||||
#endif
|
||||
|
||||
blackjack.c
|
||||
bounce.c
|
||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -1269,7 +1269,7 @@ EOF
|
|||
bmp2rb_native="$rootdir/tools/bmp2rb -f 7"
|
||||
output="rockbox.iaudio"
|
||||
appextra="recorder:gui"
|
||||
plugins=""
|
||||
plugins="yes"
|
||||
swcodec="yes"
|
||||
# toolset is the tools within the tools directory that we build for
|
||||
# this particular target.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue