forked from len0rd/rockbox
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
This commit is contained in:
parent
3898dedbb1
commit
3e164cb8da
2 changed files with 10 additions and 4 deletions
|
@ -21,11 +21,18 @@ metronome.c
|
||||||
|
|
||||||
#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
|
#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
|
||||||
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
#ifdef HAVE_LCD_BITMAP /* Recorder/Ondio models only */
|
||||||
solitaire.c
|
|
||||||
|
/* Plugins needing the grayscale lib */
|
||||||
|
#if CONFIG_LCD != LCD_IPOD2BPP
|
||||||
#ifndef HAVE_LCD_COLOR
|
#ifndef HAVE_LCD_COLOR
|
||||||
fire.c
|
fire.c
|
||||||
plasma.c
|
plasma.c
|
||||||
#endif
|
#endif
|
||||||
|
jpeg.c
|
||||||
|
mandelbrot.c
|
||||||
|
#endif
|
||||||
|
|
||||||
|
solitaire.c
|
||||||
bejeweled.c
|
bejeweled.c
|
||||||
bounce.c
|
bounce.c
|
||||||
/* H300 and iPod Color/Video only */
|
/* H300 and iPod Color/Video only */
|
||||||
|
@ -37,8 +44,6 @@ chip8.c
|
||||||
demystify.c
|
demystify.c
|
||||||
flipit.c
|
flipit.c
|
||||||
grayscale.c
|
grayscale.c
|
||||||
jpeg.c
|
|
||||||
mandelbrot.c
|
|
||||||
minesweeper.c
|
minesweeper.c
|
||||||
oscillograph.c
|
oscillograph.c
|
||||||
oscilloscope.c
|
oscilloscope.c
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
configfile.c
|
configfile.c
|
||||||
highscore.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_core.c
|
||||||
gray_draw.c
|
gray_draw.c
|
||||||
gray_parm.c
|
gray_parm.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue