mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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
|
@ -1,6 +1,7 @@
|
|||
configfile.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_draw.c
|
||||
gray_parm.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue