diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2011-05-17 22:29:36 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2011-05-17 22:29:36 +0000 |
commit | a2c2589247ec654259fb98167bc39d05281744cf (patch) | |
tree | 394c41e0bc5397815625ba99d1ac2d579e46bad5 /apps/plugins | |
parent | 0101c701e02347ee4bf07fd1d8b9c9e833de044d (diff) |
don't install boomshine.lua if lua.rock isn't built
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29895 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 7afd97309f..387f1459ac 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -142,7 +142,11 @@ metronome.c #ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */ +/* Lua needs at least 160 KB to work in */ +#if PLUGIN_BUFFER_SIZE >= 0x80000 boomshine.lua +#endif + rockblox1d.c brickmania.c calendar.c |