rockbox/apps/plugins/SUBDIRS.app_build
Thomas Martitz 7c623d577b Use PLA in boomshine.lua instead of the awkward kbd_input context. This enables it on RaaA.
Change-Id: I616bb39c1e785e39e9369d2ccef45477911bb5a3
2012-01-27 09:15:05 +01:00

30 lines
653 B
Text

#ifndef HAVE_TOUCHSCREEN
/* This is for devices having a keypad, running RockBox as an application */
#include "SUBDIRS"
#else
/* For all targets with a bitmap display and a touchscreen
* In fact, most of the plugins aren't supposed to be used on a touch(mouse) device
*/
lua
#ifdef HAVE_LCD_BITMAP
#if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
fft
#endif
#ifdef HAVE_TAGCACHE
pictureflow
#endif
#endif /* HAVE_LCD_BITMAP */
/* For all the swcodec targets */
#if CONFIG_CODEC == SWCODEC
#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
mikmod
#endif
#endif /* CONFIG_CODEC == SWCODEC */
#endif /* HAVE_TOUCHSCREEN */