RaaA: Enable plugins for application builds
[maemo-rb.git] / apps / plugins / SUBDIRS.app_build
blobdbf4382b6208026011c67728522ced0621108b50
1 /* For all targets with a bitmap display */
2 #ifdef HAVE_LCD_BITMAP
4 #ifdef HAVE_TAGCACHE
5 pictureflow
6 #endif
8 #endif /* HAVE_LCD_BITMAP */
10 /* For all the swcodec targets */
11 #if CONFIG_CODEC == SWCODEC
13 #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
14 mikmod
15 #endif
17 #endif /* CONFIG_CODEC == SWCODEC */