diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-23 01:01:21 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-23 01:01:21 +0000 |
| commit | ac5e4acea6392786605b5b3531ff4e5aad2c5890 (patch) | |
| tree | ad6be1cca5fa032876bf19c24655a513f2a79009 /apps | |
| parent | e03ef1ec23eb783b5675ad4dd66d58f0a38688c3 (diff) | |
| download | rockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.zip rockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.tar.gz rockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.tar.bz2 rockbox-ac5e4acea6392786605b5b3531ff4e5aad2c5890.tar.xz | |
Enable plugin building for M3.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16755 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index a274622..23c22f9 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 |