diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 055db43..0d51b28 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -8,6 +8,7 @@ text_viewer clock #endif +sdl /* For all targets with a bitmap display */ #ifdef HAVE_LCD_BITMAP @@ -20,7 +21,6 @@ xworld /* for duke, etc. */ #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) && \ defined(CPU_ARM) -sdl #endif puzzles |