From d3c3fc8ab520dfa826379880ee2fe8166eac6823 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 14 Mar 2008 09:22:30 +0000 Subject: 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 --- tools/configure | 6 +++--- 1 file 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 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. -- cgit v1.2.3