summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 07c435123c..055db43b48 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -65,7 +65,8 @@ zxbox
65#endif /* HAVE_LCD_BITMAP */ 65#endif /* HAVE_LCD_BITMAP */
66 66
67/* For all big enough colour screens, iriver H1x0 and iAudio M5 */ 67/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
68#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 96\ 68#if defined(HAVE_LCD_COLOR) && ( (LCD_HEIGHT >= 90 && LCD_WIDTH >=116) \
69 || (LCD_HEIGHT >= 96 && LCD_WIDTH >=75) ) \
69 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) 70 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
70pacbox 71pacbox
71#endif 72#endif