658026e626
Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a
27 lines
568 B
Text
27 lines
568 B
Text
#if !defined(HAVE_TOUCHSCREEN) || defined(DX50) || defined(DX90)
|
|
/* 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
|
|
lua_scripts
|
|
|
|
#if PLUGIN_BUFFER_SIZE > 0x20000
|
|
fft
|
|
#endif
|
|
|
|
reversi
|
|
|
|
#ifdef HAVE_TAGCACHE
|
|
pictureflow
|
|
#endif
|
|
|
|
/* For all the swcodec targets */
|
|
#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
|
|
mikmod
|
|
#endif
|
|
|
|
#endif /* HAVE_TOUCHSCREEN */
|