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 #ifdef HAVE_LCD_BITMAP /* XWorld only supports color horizontal stride LCDs /for now/ ;) */ -#if (defined(HAVE_LCD_COLOR) && \ +#if defined(HAVE_LCD_COLOR) && \ (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) xworld #endif