summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-10 20:03:23 +0000
committerDave Chapman <dave@dchapman.com>2006-02-10 20:03:23 +0000
commit3e164cb8da811e03629b7dd054bf7d3873081a18 (patch)
tree354dbea7e221075d82f9ff76142679082ac942c5 /apps/plugins/lib/SOURCES
parent3898dedbb100f30be73db4c7540556c32b008faa (diff)
downloadrockbox-3e164cb8da811e03629b7dd054bf7d3873081a18.tar.gz
rockbox-3e164cb8da811e03629b7dd054bf7d3873081a18.zip
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES3
1 files changed, 2 insertions, 1 deletions
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 @@
1configfile.c 1configfile.c
2highscore.c 2highscore.c
3#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) 3#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && !defined(SIMULATOR) && \
4 (CONFIG_LCD != LCD_IPOD2BPP)
4gray_core.c 5gray_core.c
5gray_draw.c 6gray_draw.c
6gray_parm.c 7gray_parm.c