From 10aed70bb3f0e234fec59e6458b4eb0f780dbc63 Mon Sep 17 00:00:00 2001 From: pixelma Date: Sun, 1 Feb 2009 14:20:26 +0000 Subject: [PATCH] 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 --- apps/plugins/SUBDIRS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 22ddcef4c..d8f56313d 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 -- 2.11.4.GIT