diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a274622722..23c22f9826 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -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 diff --git a/tools/configure b/tools/configure index ed6a5d3890..d81f0e2fe0 100755 --- a/tools/configure +++ b/tools/configure @@ -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.