diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-14 09:22:30 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-14 09:22:30 +0000 |
| commit | d3c3fc8ab520dfa826379880ee2fe8166eac6823 (patch) | |
| tree | edfb3a94bfaed764e2ba139841b14e183356925b /tools | |
| parent | 3894a442027445e562323fee60ddb296ca41f828 (diff) | |
| download | rockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.zip rockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.tar.gz rockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.tar.bz2 rockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.tar.xz | |
In order to disable building plugins for a target, 'plugin' must be set to empty in configure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16662 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure index 60afbc1..68a9483 100755 --- a/tools/configure +++ b/tools/configure @@ -1249,7 +1249,7 @@ EOF bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" output="rockbox.iaudio" appextra="recorder:gui" - plugins="no" + plugins="" swcodec="yes" toolset="$tccbitmaptools" # architecture, manufacturer and model for the target-tree build @@ -1269,7 +1269,7 @@ EOF bmp2rb_native="$rootdir/tools/bmp2rb -f 7" output="rockbox.iaudio" appextra="recorder:gui" - plugins="no" + plugins="" swcodec="yes" # toolset is the tools within the tools directory that we build for # this particular target. @@ -1388,7 +1388,7 @@ EOF bmp2rb_native="$rootdir/tools/bmp2rb -f 0" output="rockbox.logik" appextra="recorder:gui" - plugins="no" + plugins="" swcodec="yes" # toolset is the tools within the tools directory that we build for # this particular target. |