summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-04-16 20:38:15 +0000
committerDave Chapman <dave@dchapman.com>2006-04-16 20:38:15 +0000
commit95325ff72a367714c74564da768c64aede0a6cb0 (patch)
treee98c1785a760c051bab4e878d377315f470bdb23 /apps/plugins/SUBDIRS
parent6cc8c40e6bd77a7c753b417d36c4cc386cd1a1bd (diff)
downloadrockbox-95325ff72a367714c74564da768c64aede0a6cb0.zip
rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.gz
rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.bz2
rockbox-95325ff72a367714c74564da768c64aede0a6cb0.tar.xz
Build Sudoku for the iPod Nano - just use the 160x128 bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9689 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 2e29b3e..1c500fc 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -16,8 +16,8 @@ rockboy
/* For all targets with a bitmap display */
#ifdef HAVE_LCD_BITMAP
chessbox
-#if (LCD_WIDTH != 176) && (LCD_WIDTH != 138)
-/* This needs adjusting for the iPod Nano and Mini */
+#if (LCD_WIDTH != 138)
+/* This needs adjusting for the iPod Mini */
sudoku
#endif
#endif