diff options
| author | Robert Kukla <roolku@rockbox.org> | 2008-01-11 21:48:01 +0000 |
|---|---|---|
| committer | Robert Kukla <roolku@rockbox.org> | 2008-01-11 21:48:01 +0000 |
| commit | 7d961d390a39669cd9e00a0a221edbc94808cdb5 (patch) | |
| tree | 810b38658db39de4eae9e0e6421206b17660ae5f /tools | |
| parent | c4ebcbeaf496c3b50be01da9a2a9ce6eefef9c2c (diff) | |
| download | rockbox-7d961d390a39669cd9e00a0a221edbc94808cdb5.zip rockbox-7d961d390a39669cd9e00a0a221edbc94808cdb5.tar.gz rockbox-7d961d390a39669cd9e00a0a221edbc94808cdb5.tar.bz2 rockbox-7d961d390a39669cd9e00a0a221edbc94808cdb5.tar.xz | |
m:robe 100:
- adjust lcd_grey_phase_blit() parameter to recent change
- detection of external power
- compilation of plugins - need to be enabled individually in SOURCES/SUBDIRS
(use autostart.rock as test plugin with limited interaction via BUTTON_POWER)
also
- move autostart.rock to apps dir where it is expected
- set missing svn:keywords for various files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16056 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 6dc2325..89d38b3 100755 --- a/tools/configure +++ b/tools/configure @@ -1308,7 +1308,7 @@ EOF appextra="recorder:gui" archosrom="" flash="" - plugins="" + plugins="yes" swcodec="yes" boottool="$rootdir/tools/scramble -mi4v2 -model=m100 -type=RBBL" bootoutput="pp5020.mi4" |