diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-01-05 21:49:45 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-01-05 21:49:45 +0000 |
| commit | 84e925ad8fd63eab6cadae85f1527d6506e65197 (patch) | |
| tree | 929d62c93bf58ee9b3c30233d2d42afe1cfe1288 /apps/plugins | |
| parent | 20bdb6da7e4758df8c7dcb6f3dda2bc6707e7ea9 (diff) | |
| download | rockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.zip rockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.tar.gz rockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.tar.bz2 rockbox-84e925ad8fd63eab6cadae85f1527d6506e65197.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 08039a2..0c3b577 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 |