summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-01-05 21:49:45 +0000
committerDave Chapman <dave@dchapman.com>2007-01-05 21:49:45 +0000
commit84e925ad8fd63eab6cadae85f1527d6506e65197 (patch)
tree929d62c93bf58ee9b3c30233d2d42afe1cfe1288
parent20bdb6da7e4758df8c7dcb6f3dda2bc6707e7ea9 (diff)
downloadrockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.tar.gz
rockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.zip
Restore the correct #if for deciding when to build Rockblox. It should be disabled for 128x64 LCDs (i.e. iFP) and the Sansa
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11924 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 08039a22c9..0c3b5778bd 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -9,7 +9,7 @@ logo.c
mosaique.c
properties.c
random_folder_advance_config.c
-#if !defined(SANSA_E200) && (LCD_WIDTH != 128)
+#if ((LCD_WIDTH != 128) || (LCD_HEIGHT != 64)) && !defined(SANSA_E200)
rockblox.c
#endif
rockbox_flash.c