diff options
author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-20 13:58:21 +0400 |
---|---|---|
committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2012-04-20 17:09:12 +0400 |
commit | 6d73d6efc61f1fc1baad451984870f37ca377b2f (patch) | |
tree | 4b39f8477f89689e6faf9ff315cfd0931650f931 | |
parent | f5559042f1de097acb37457f5c15685b61674e09 (diff) |
rk27generic: Disable plugins.
Change-Id: I86b289501ef654393c2987129f7d7f57411fcc3d
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index dd8f093dc9..73639cfb5c 100755 --- a/tools/configure +++ b/tools/configure @@ -3061,7 +3061,7 @@ fi output="rockbox.rkw" bootoutput="bootloader.rkw" appextra="recorder:gui:radio" - plugins="yes" + plugins="" swcodec="yes" # toolset is the tools within the tools directory that we build for # this particular target. |