diff options
-rwxr-xr-x | tools/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure index 60afbc130a..68a9483c99 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -1249,7 +1249,7 @@ EOF | |||
1249 | bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" | 1249 | bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0" |
1250 | output="rockbox.iaudio" | 1250 | output="rockbox.iaudio" |
1251 | appextra="recorder:gui" | 1251 | appextra="recorder:gui" |
1252 | plugins="no" | 1252 | plugins="" |
1253 | swcodec="yes" | 1253 | swcodec="yes" |
1254 | toolset="$tccbitmaptools" | 1254 | toolset="$tccbitmaptools" |
1255 | # architecture, manufacturer and model for the target-tree build | 1255 | # architecture, manufacturer and model for the target-tree build |
@@ -1269,7 +1269,7 @@ EOF | |||
1269 | bmp2rb_native="$rootdir/tools/bmp2rb -f 7" | 1269 | bmp2rb_native="$rootdir/tools/bmp2rb -f 7" |
1270 | output="rockbox.iaudio" | 1270 | output="rockbox.iaudio" |
1271 | appextra="recorder:gui" | 1271 | appextra="recorder:gui" |
1272 | plugins="no" | 1272 | plugins="" |
1273 | swcodec="yes" | 1273 | swcodec="yes" |
1274 | # toolset is the tools within the tools directory that we build for | 1274 | # toolset is the tools within the tools directory that we build for |
1275 | # this particular target. | 1275 | # this particular target. |
@@ -1388,7 +1388,7 @@ EOF | |||
1388 | bmp2rb_native="$rootdir/tools/bmp2rb -f 0" | 1388 | bmp2rb_native="$rootdir/tools/bmp2rb -f 0" |
1389 | output="rockbox.logik" | 1389 | output="rockbox.logik" |
1390 | appextra="recorder:gui" | 1390 | appextra="recorder:gui" |
1391 | plugins="no" | 1391 | plugins="" |
1392 | swcodec="yes" | 1392 | swcodec="yes" |
1393 | # toolset is the tools within the tools directory that we build for | 1393 | # toolset is the tools within the tools directory that we build for |
1394 | # this particular target. | 1394 | # this particular target. |