summaryrefslogtreecommitdiffstats
path: root/apps/plugins/SUBDIRS.app_build
blob: 95b5e64639dbfd589bad8c7ab28205373d35c638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#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
#ifdef HAVE_LCD_BITMAP

#if PLUGIN_BUFFER_SIZE > 0x20000
fft
#endif

reversi

#ifdef HAVE_TAGCACHE
pictureflow
#endif

#endif /* HAVE_LCD_BITMAP */

/* For all the swcodec targets */
#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
mikmod
#endif

#endif /* HAVE_TOUCHSCREEN */