forked from len0rd/rockbox
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
This commit is contained in:
parent
0101c701e0
commit
a2c2589247
1 changed files with 4 additions and 0 deletions
|
@ -142,7 +142,11 @@ metronome.c
|
||||||
|
|
||||||
#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
|
#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
|
boomshine.lua
|
||||||
|
#endif
|
||||||
|
|
||||||
rockblox1d.c
|
rockblox1d.c
|
||||||
brickmania.c
|
brickmania.c
|
||||||
calendar.c
|
calendar.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue