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 /tools | |
parent | c9b4b4ea7bb69cf0eb6db375eb2cef57214497fa (diff) |
zenxfi2: correctly disable plugins in configure script
Change-Id: If766c39b1b70ded2089964c850affbe953ac17c4
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 aa787d3708..08d07b7797 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" |