Prepare new maemo release
[maemo-rb.git] / apps / plugins / SUBDIRS.app_build
blob934474a996f8d47a3142217fc06de2dd6ca6826e
1 #ifndef HAVE_TOUCHSCREEN
2 /* This is for devices having a keypad, running RockBox as an application */
3 #include "SUBDIRS"
5 #else
6 /* For all targets with a bitmap display and a touchscreen
7  * In fact, most of the plugins aren't supposed to be used on a touch(mouse) device
8  */
9 lua
10 #ifdef HAVE_LCD_BITMAP
12 #if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
13 fft
14 #endif
16 reversi
18 #ifdef HAVE_TAGCACHE
19 pictureflow
20 #endif
22 #endif /* HAVE_LCD_BITMAP */
24 /* For all the swcodec targets */
25 #if CONFIG_CODEC == SWCODEC
27 #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
28 mikmod
29 #endif
31 #endif /* CONFIG_CODEC == SWCODEC */
32 #endif /* HAVE_TOUCHSCREEN */