From 8d3e3056f75fbcd8e7db6cc396981750fb65806b Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Dec 2017 17:43:30 -0500 Subject: fix red once more Change-Id: I6290cc6cca468c197656236d3dd31c3f72c53842 --- apps/plugins/SUBDIRS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugins/SUBDIRS') 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 #if defined(HAVE_LCD_COLOR) && \ (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) xworld + +/* for duke, etc. */ +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) sdl +#endif + puzzles #endif -- cgit v1.2.3