diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2008-11-23 12:30:40 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-11-23 12:30:40 +0000 |
| commit | 7ff34c40122edfc2364849a5e709076aa499a352 (patch) | |
| tree | 8b68bc52f565b15126f709decc0cd39defe3a94f | |
| parent | 763aacc3110b69c0431db2d3ed35c3b55589f780 (diff) | |
| download | rockbox-7ff34c40122edfc2364849a5e709076aa499a352.zip rockbox-7ff34c40122edfc2364849a5e709076aa499a352.tar.gz rockbox-7ff34c40122edfc2364849a5e709076aa499a352.tar.bz2 rockbox-7ff34c40122edfc2364849a5e709076aa499a352.tar.xz | |
Disable plugins for Sansa Clip because plugins won't build yet for the Clip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19188 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 0f6c3bb..952ed17 100755 --- a/tools/configure +++ b/tools/configure @@ -1676,7 +1676,7 @@ fi output="rockbox.sansa" bootoutput="bootloader-clip.sansa" appextra="recorder:gui" - plugins="yes" + plugins="" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |