1
0
Fork 0
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:
Marianne Arnold 2009-02-01 14:20:26 +00:00
parent 036fb05dfd
commit eab9afd977

View file

@ -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