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/SOURCES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index ea0173a56d..132dd534f2 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -76,8 +76,10 @@ iriverify.c #if defined(HAVE_LCD_COLOR) && \ (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) +#if (CONFIG_PLATFORM & PLATFORM_NATIVE) && (PLUGIN_BUFFER_SIZE > 0x14000) duke3d.c #endif +#endif #if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) -- cgit v1.2.3