diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-01 17:19:48 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-01 17:19:48 +0000 |
| commit | 2831acd538fa1f3f3a14c5674da88b89f3ee57cf (patch) | |
| tree | 765d3bd2ce99f123e8f5de57b281de02c13b5614 | |
| parent | 52e528e057d7fd8d55116edf40500e0c0b3b75e8 (diff) | |
| download | rockbox-2831acd538fa1f3f3a14c5674da88b89f3ee57cf.zip rockbox-2831acd538fa1f3f3a14c5674da88b89f3ee57cf.tar.gz rockbox-2831acd538fa1f3f3a14c5674da88b89f3ee57cf.tar.bz2 rockbox-2831acd538fa1f3f3a14c5674da88b89f3ee57cf.tar.xz | |
fuzev2: enable plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25427 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 628e7d5..d905b50 100755 --- a/tools/configure +++ b/tools/configure @@ -2105,7 +2105,7 @@ fi output="rockbox.sansa" bootoutput="bootloader-fuzev2.sansa" appextra="recorder:gui" - plugins=#"yes" + plugins="yes" swcodec="yes" toolset=$scramblebitmaptools t_cpu="arm" |