summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-24 23:35:16 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-24 23:35:16 +0000
commite3a3e2c9c2142503b699cfd31f0582eb0666ea08 (patch)
treec392c37bd133b2c538d7b143385f24e6ae1fc005 /tools
parent00e5a9c0880a512acbd6c9c421b3d6bad3bcdcc1 (diff)
downloadrockbox-e3a3e2c9c2142503b699cfd31f0582eb0666ea08.tar.gz
rockbox-e3a3e2c9c2142503b699cfd31f0582eb0666ea08.zip
RaaA: Enable plugins for application builds
Use own plugins/SOURCES and plugins/SUBDIRS file to avoid ifdef hell for disabled plugins without a keymap. This finally brings the credits screen to RaaA. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29392 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 5648438c7b..00572f41c4 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2918,7 +2918,7 @@ fi
output="rockbox"
bootoutput="rockbox"
appextra="recorder:gui:radio"
- plugins=""
+ plugins="yes"
swcodec="yes"
# architecture, manufacturer and model for the target-tree build
t_cpu="hosted"
@@ -2974,7 +2974,7 @@ fi
output="rockbox"
bootoutput="rockbox"
appextra="recorder:gui:radio"
- plugins=""
+ plugins="yes"
swcodec="yes"
# architecture, manufacturer and model for the target-tree build
t_cpu="hosted"
@@ -3002,7 +3002,7 @@ fi
output="rockbox"
bootoutput="rockbox"
appextra="recorder:gui:radio"
- plugins=""
+ plugins="yes"
swcodec="yes"
# architecture, manufacturer and model for the target-tree build
t_cpu="hosted"