summaryrefslogtreecommitdiff
path: root/apps/plugins/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/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/SOURCES')
-rw-r--r--apps/plugins/SOURCES11
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index dfc0e3329b..32fec1bae0 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -21,11 +21,18 @@ metronome.c
21 21
22#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */ 22#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
23#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */ 23#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
24solitaire.c 24
25/* Plugins needing the grayscale lib */
26#if CONFIG_LCD != LCD_IPOD2BPP
25#ifndef HAVE_LCD_COLOR 27#ifndef HAVE_LCD_COLOR
26fire.c 28fire.c
27plasma.c 29plasma.c
28#endif 30#endif
31jpeg.c
32mandelbrot.c
33#endif
34
35solitaire.c
29bejeweled.c 36bejeweled.c
30bounce.c 37bounce.c
31/* H300 and iPod Color/Video only */ 38/* H300 and iPod Color/Video only */
@@ -37,8 +44,6 @@ chip8.c
37demystify.c 44demystify.c
38flipit.c 45flipit.c
39grayscale.c 46grayscale.c
40jpeg.c
41mandelbrot.c
42minesweeper.c 47minesweeper.c
43oscillograph.c 48oscillograph.c
44oscilloscope.c 49oscilloscope.c