From 5532fb849a03ec721d061adae57a728d3b839556 Mon Sep 17 00:00:00 2001 From: kugel Date: Sat, 26 Feb 2011 21:00:32 +0000 Subject: [PATCH] Android: Also enable some plugins Plugins still default to grid mode so using them will be awkward. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29408 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 00572f41c4..23fef9c968 100755 --- a/tools/configure +++ b/tools/configure @@ -2946,7 +2946,7 @@ fi output="librockbox.so" bootoutput="librockbox.so" appextra="recorder:gui:radio" - plugins="" + plugins="yes" swcodec="yes" # architecture, manufacturer and model for the target-tree build t_cpu="hosted" -- 2.11.4.GIT