summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorSebastian Leonhardt <sebastian.leonhardt@web.de>2016-04-12 17:20:04 +0200
committerSebastian Leonhardt <sebastian.leonhardt@web.de>2018-04-03 00:21:40 +0200
commitfb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a (patch)
treed09a0cd7828395d70962b5ef18ba7b5a8d71afc2 /apps/plugins/SUBDIRS
parent96335a7eb2e9cf1e452feac0c8ae0c489197500f (diff)
downloadrockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.tar.gz
rockbox-fb3f7651fd68bf3b8c7e4dbd62dbb2b3505f929a.zip
pacbox for small screens, up to 75x96
Change-Id: I6e9adf2f6923f4d0078a54e9857fc8eacef259a6
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