summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SUBDIRS2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 4b4015be08..d02073e29d 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -13,7 +13,7 @@ clock
13#ifdef HAVE_LCD_BITMAP 13#ifdef HAVE_LCD_BITMAP
14 14
15/* XWorld only supports color horizontal stride LCDs /for now/ ;) */ 15/* XWorld only supports color horizontal stride LCDs /for now/ ;) */
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#endif 19#endif