mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
RaaA: Enable plugins for application builds
Use own plugins/SOURCES and plugins/SUBDIRS file to avoid ifdef hell for disabled plugins without a keymap. This finally brings the credits screen to RaaA. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29392 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
00e5a9c088
commit
e3a3e2c9c2
5 changed files with 81 additions and 3 deletions
17
apps/plugins/SUBDIRS.app_build
Normal file
17
apps/plugins/SUBDIRS.app_build
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
/* For all targets with a bitmap display */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue