diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 4b4015b..d02073e 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 |