From d8d68c9fa264d1a5ab9299ecb3bca4abb698dd2e Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Wed, 14 Dec 2005 09:54:35 +0000 Subject: iPod: Don't build Bejeweled and Sudoku for the Nano - they need adjusting for the LCD size git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8235 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index bf15f0ba65..bf3af893d8 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -22,7 +22,6 @@ dict.c fire.c plasma.c #endif -bejeweled.c bounce.c calculator.c chip8.c @@ -47,7 +46,11 @@ sokoban.c solitaire.c star.c starfield.c +#if (LCD_WIDTH != 176) +/* These need adjusting for the Nano's screen */ +bejeweled.c sudoku.c +#endif #if CONFIG_LCD == LCD_SSD1815 video.c #endif -- cgit v1.2.3