diff options
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 7377171..74e7fe3 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -19,6 +19,11 @@ chessbox sudoku #endif +/* For all 2bpp and colour targets */ +#if (LCD_DEPTH >= 2) +zxbox +#endif + /* For all the colour targets and iriver H1x0 */ #if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES) pacbox |