summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SOURCES11
-rw-r--r--apps/plugins/lib/SOURCES3
2 files changed, 10 insertions, 4 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
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