summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 8e653983b7..4b4015be08 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -12,6 +12,12 @@ clock
12/* For all targets with a bitmap display */ 12/* For all targets with a bitmap display */
13#ifdef HAVE_LCD_BITMAP 13#ifdef HAVE_LCD_BITMAP
14 14
15/* XWorld only supports color horizontal stride LCDs /for now/ ;) */
16#if (defined(HAVE_LCD_COLOR) && \
17 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
18xworld
19#endif
20
15#if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \ 21#if (CONFIG_KEYPAD != ONDIO_PAD) /* not enough buttons */ \
16 && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \ 22 && (CONFIG_KEYPAD != SANSA_M200_PAD) /* not enough buttons */ \
17 && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \ 23 && (CONFIG_KEYPAD != HM60X_PAD) /* not enough buttons */ \