forked from len0rd/rockbox
Use LCD_HEIGHT to exclude pacbox from c200 builds instead of target name so that it also applies to the v2 c200s.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19898 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
036fb05dfd
commit
eab9afd977
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ zxbox
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* For all the colour targets, iriver H1x0 and iAudio M5 */
|
||||
#if defined(HAVE_LCD_COLOR) && !defined (SANSA_C200)\
|
||||
/* For all big enough colour screens, iriver H1x0 and iAudio M5 */
|
||||
#if defined(HAVE_LCD_COLOR) && LCD_HEIGHT > 80\
|
||||
|| defined(IRIVER_H100_SERIES) || defined(IAUDIO_M5)
|
||||
pacbox
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue