summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-02-01 14:20:26 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-02-01 14:20:26 +0000
commiteab9afd977d438cf00fbad846d6eeb12390bb31e (patch)
tree0aabb63e788411446aaa9a5561aeb6155dbcd4d4 /apps
parent036fb05dfdfb98615bf4f8841b8f8b0a1bbfb8d1 (diff)
downloadrockbox-eab9afd977d438cf00fbad846d6eeb12390bb31e.tar.gz
rockbox-eab9afd977d438cf00fbad846d6eeb12390bb31e.zip
Use LCD_HEIGHT to exclude pacbox from c200 builds instead of target name so that it also applies to the v2 c200s.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19898 a1c6a512-1295-4272-9138-f99709370657
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
#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