diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2009-10-29 07:48:26 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2009-10-29 07:48:26 +0000 |
| commit | 19c3e77fa06cca129c4be9b404297f0ab485ee77 (patch) | |
| tree | f419f9fd410a84cbdcdf7c10007b7f7db1d4bc72 /apps/plugins/SOURCES | |
| parent | 9f0cbb5a36911493467e31923eb48afd0af21e34 (diff) | |
| download | rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.zip rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.gz rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.bz2 rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.xz | |
Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 5dbdffd..4b60562 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -173,7 +173,7 @@ md5sum.c #if (PLUGIN_BUFFER_SIZE >= 0x80000) lua.c -#ifdef HAVE_TOUCHSCREEN +#ifdef HAVE_LCD_BITMAP boomshine.lua #endif #endif |