Need to build doom on the gigabeat
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12053 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80f8570e9b
commit
f4b161813f
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ zxbox
|
|||
pacbox
|
||||
#endif
|
||||
|
||||
/* For all the color targets apart from the Gigabeat */
|
||||
#if (defined(HAVE_LCD_COLOR) && !defined(TOSHIBA_GIGABEAT_F)) || \
|
||||
/* For all the color targets */
|
||||
#if defined(HAVE_LCD_COLOR) || \
|
||||
(LCD_DEPTH == 2) && !defined(ARCHOS_AV300)
|
||||
doom
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue