From 3e164cb8da811e03629b7dd054bf7d3873081a18 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 10 Feb 2006 20:03:23 +0000 Subject: Do not compile grayscale lib (and plugins needing it) for the iPod Grayscale LCD git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8653 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 0f6e13ebb4..d9eb00ca4d 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -1,6 +1,7 @@ configfile.c highscore.c -#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) +#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \ + (CONFIG_LCD != LCD_IPOD2BPP) gray_core.c gray_draw.c gray_parm.c -- cgit v1.2.3