diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2012-05-27 00:39:24 +0200 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2012-05-27 00:39:24 +0200 |
| commit | 2fb4fe90f6bb814fbc3d621cd6bc7fcfab100175 (patch) | |
| tree | 9900d750e527c0fd65e425425e08ecce70dc4dcd /tools | |
| parent | fca9e7bf8d48f2fcc4c8b21cc29aabf2ce053900 (diff) | |
| download | rockbox-2fb4fe90f6bb814fbc3d621cd6bc7fcfab100175.zip rockbox-2fb4fe90f6bb814fbc3d621cd6bc7fcfab100175.tar.gz rockbox-2fb4fe90f6bb814fbc3d621cd6bc7fcfab100175.tar.bz2 rockbox-2fb4fe90f6bb814fbc3d621cd6bc7fcfab100175.tar.xz | |
zenxfi3: disable building of plugins ("no" means yes, use an empty string instead)
Change-Id: I85e01ae07daa8656be33ddc47592102d318a17e0
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 4d3d746..2d93b37 100755 --- a/tools/configure +++ b/tools/configure @@ -2231,7 +2231,7 @@ fi output="rockbox.creative" bootoutput="bootloader-zenxfi3.creative" appextra="gui:recorder:radio" - plugins="no" + plugins="" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |