summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES2
-rwxr-xr-xtools/configure2
2 files changed, 3 insertions, 1 deletions
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
52robotfindskitten.c 52robotfindskitten.c
53 53
54/* Plugins needing the grayscale lib on low-depth LCDs */ 54/* Plugins needing the grayscale lib on low-depth LCDs */
55#ifndef IAUDIO_M3 /* FIXME: no greyscale library yet */
55fire.c 56fire.c
56jpeg.c 57jpeg.c
57mandelbrot.c 58mandelbrot.c
58plasma.c 59plasma.c
60#endif
59 61
60blackjack.c 62blackjack.c
61bounce.c 63bounce.c
diff --git a/tools/configure b/tools/configure
index ed6a5d3890..d81f0e2fe0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1269,7 +1269,7 @@ EOF
1269 bmp2rb_native="$rootdir/tools/bmp2rb -f 7" 1269 bmp2rb_native="$rootdir/tools/bmp2rb -f 7"
1270 output="rockbox.iaudio" 1270 output="rockbox.iaudio"
1271 appextra="recorder:gui" 1271 appextra="recorder:gui"
1272 plugins="" 1272 plugins="yes"
1273 swcodec="yes" 1273 swcodec="yes"
1274 # toolset is the tools within the tools directory that we build for 1274 # toolset is the tools within the tools directory that we build for
1275 # this particular target. 1275 # this particular target.