From 84e925ad8fd63eab6cadae85f1527d6506e65197 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Fri, 5 Jan 2007 21:49:45 +0000 Subject: 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 --- apps/plugins/SOURCES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/SOURCES') 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 -- cgit v1.2.3