summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index ce6bb33081..7cd2882ab6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -77,6 +77,11 @@ rockboy.c
77#endif 77#endif
78#endif 78#endif
79 79
80/* not support recorder models for now */
81#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
82xobox.c
83#endif
84
80#endif /* HAVE_LCD_BITMAP */ 85#endif /* HAVE_LCD_BITMAP */
81 86
82#ifdef HAVE_LCD_CHARCELLS /* Player model only */ 87#ifdef HAVE_LCD_CHARCELLS /* Player model only */