diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 22ddcef..d8f5631 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -25,8 +25,8 @@ zxbox #endif #endif -/* For all the colour targets, iriver H1x0 and iAudio M5 */ -#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\ +/* For all big enough colour screens, iriver H1x0 and iAudio M5 */ +#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\ || defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5) pacbox #endif |