summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-06-30 19:27:06 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-06-30 19:27:06 +0000
commitfe652b5eb462df809d2b25dfa30047abb4e95268 (patch)
tree13e6362b8d81a6173e37bd53a1d06356066fd6f8 /apps/plugins/SOURCES
parent25e0e2831ac54522fc8fd1db88500097c92c5424 (diff)
downloadrockbox-fe652b5eb462df809d2b25dfa30047abb4e95268.tar.gz
rockbox-fe652b5eb462df809d2b25dfa30047abb4e95268.zip
only build ppmviewer on colour targets (as it doesn't do greylib yet), and actually document it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17895 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 7eabed6e00..8b491f4c1c 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -55,12 +55,15 @@ text_editor.c
55wavview.c 55wavview.c
56robotfindskitten.c 56robotfindskitten.c
57 57
58#if HAVE_LCD_COLOR
59ppmviewer.c
60#endif
61
58/* Plugins needing the grayscale lib on low-depth LCDs */ 62/* Plugins needing the grayscale lib on low-depth LCDs */
59fire.c 63fire.c
60jpeg.c 64jpeg.c
61mandelbrot.c 65mandelbrot.c
62plasma.c 66plasma.c
63ppmviewer.c
64 67
65blackjack.c 68blackjack.c
66bounce.c 69bounce.c