diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2012-08-29 16:28:56 +0200 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2012-08-30 01:10:36 +0200 |
| commit | dbe9436ff2143e032bce80b2bb2074ec7b438768 (patch) | |
| tree | 2507d54b6b44881b49922e2094d470d102b8c04a | |
| parent | c9b4b4ea7bb69cf0eb6db375eb2cef57214497fa (diff) | |
| download | rockbox-dbe9436ff2143e032bce80b2bb2074ec7b438768.zip rockbox-dbe9436ff2143e032bce80b2bb2074ec7b438768.tar.gz rockbox-dbe9436ff2143e032bce80b2bb2074ec7b438768.tar.bz2 rockbox-dbe9436ff2143e032bce80b2bb2074ec7b438768.tar.xz | |
zenxfi2: correctly disable plugins in configure script
Change-Id: If766c39b1b70ded2089964c850affbe953ac17c4
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index aa787d3..08d07b7 100755 --- a/tools/configure +++ b/tools/configure @@ -2241,7 +2241,7 @@ fi output="rockbox.creative" bootoutput="bootloader-zenxfi2.creative" appextra="gui:recorder:radio" - plugins="yes" + plugins="" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |