From ac5e4acea6392786605b5b3531ff4e5aad2c5890 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 23 Mar 2008 01:01:21 +0000 Subject: Enable plugin building for M3. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16755 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 2 ++ tools/configure | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3