summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 2c8e43c837..8479e4b3dd 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -8,9 +8,6 @@ text_viewer
8clock 8clock
9#endif 9#endif
10 10
11/* For all targets with a bitmap display */
12#ifdef HAVE_LCD_BITMAP
13
14/* color horizontal-stride LCDs */ 11/* color horizontal-stride LCDs */
15#if defined(HAVE_LCD_COLOR) && \ 12#if defined(HAVE_LCD_COLOR) && \
16 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE)) 13 (!defined(LCD_STRIDEFORMAT) || (LCD_STRIDEFORMAT != VERTICAL_STRIDE))
@@ -55,8 +52,6 @@ zxbox
55#endif 52#endif
56#endif 53#endif
57 54
58#endif /* HAVE_LCD_BITMAP */
59
60/* For all big enough colour screens, iriver H1x0 and iAudio M5 */ 55/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
61#if defined(HAVE_LCD_COLOR) && ( (LCD_HEIGHT >= 90 && LCD_WIDTH >=116) \ 56#if defined(HAVE_LCD_COLOR) && ( (LCD_HEIGHT >= 90 && LCD_WIDTH >=116) \
62 || (LCD_HEIGHT >= 96 && LCD_WIDTH >=75) ) \ 57 || (LCD_HEIGHT >= 96 && LCD_WIDTH >=75) ) \