summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-23 01:01:21 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-23 01:01:21 +0000
commitac5e4acea6392786605b5b3531ff4e5aad2c5890 (patch)
treead6be1cca5fa032876bf19c24655a513f2a79009
parente03ef1ec23eb783b5675ad4dd66d58f0a38688c3 (diff)
downloadrockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.tar.gz
rockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.zip
Enable plugin building for M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16755 a1c6a512-1295-4272-9138-f99709370657
-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.