summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-03-14 09:22:30 +0000
committerJens Arnold <amiconn@rockbox.org>2008-03-14 09:22:30 +0000
commitd3c3fc8ab520dfa826379880ee2fe8166eac6823 (patch)
treeedfb3a94bfaed764e2ba139841b14e183356925b
parent3894a442027445e562323fee60ddb296ca41f828 (diff)
downloadrockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.tar.gz
rockbox-d3c3fc8ab520dfa826379880ee2fe8166eac6823.zip
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
-rwxr-xr-xtools/configure6
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.