summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 22ddcef4cb..d8f56313d2 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -25,8 +25,8 @@ zxbox
25#endif 25#endif
26#endif 26#endif
27 27
28/* For all the colour targets, iriver H1x0 and iAudio M5 */ 28/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
29#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\ 29#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
30 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) 30 || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
31pacbox 31pacbox
32#endif 32#endif