A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita
audio
rust
zig
deno
mpris
rockbox
mpd
1#if !defined(HAVE_TOUCHSCREEN) || defined(DX50) || defined(DX90)
2/* This is for devices having a keypad, running RockBox as an application */
3#include "SUBDIRS"
4
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 */
9lua
10lua_scripts
11
12#if PLUGIN_BUFFER_SIZE > 0x20000
13fft
14#endif
15
16reversi
17
18#ifdef HAVE_TAGCACHE
19pictureflow
20tagcache
21#endif
22
23/* For all the swcodec targets */
24#if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */
25mikmod
26#endif
27
28#endif /* HAVE_TOUCHSCREEN */