summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-12-24 17:43:30 -0500
committerFranklin Wei <git@fwei.tk>2017-12-24 17:43:30 -0500
commit8d3e3056f75fbcd8e7db6cc396981750fb65806b (patch)
tree51b5a3153859b9ff52e4172b9788b09346882aa0 /apps/plugins/SUBDIRS
parent2b49724c3a5c27407fc59972c97a90b2ba910eff (diff)
downloadrockbox-8d3e3056f75fbcd8e7db6cc396981750fb65806b.tar.gz
rockbox-8d3e3056f75fbcd8e7db6cc396981750fb65806b.zip
fix red once more
Change-Id: I6290cc6cca468c197656236d3dd31c3f72c53842
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index aa63c3c94b..62b1a6a83d 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -16,7 +16,12 @@ clock
16#if defined(HAVE_LCD_COLOR) && \ 16#if defined(HAVE_LCD_COLOR) && \
17 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) 17 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
18xworld 18xworld
19
20/* for duke, etc. */
21#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000)
19sdl 22sdl
23#endif
24
20puzzles 25puzzles
21#endif 26#endif
22 27