summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-01-05 17:25:50 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-01-05 17:25:50 +0000
commit7599fb687161d3beb4e9c32be4bf64eb28a7535b (patch)
tree9fd459bfcab1ec25fc930a1fef72d183a5622b68 /apps/plugins
parent98f5aaf54f32235dc37b5a8998a87121f8f9812c (diff)
downloadrockbox-7599fb687161d3beb4e9c32be4bf64eb28a7535b.tar.gz
rockbox-7599fb687161d3beb4e9c32be4bf64eb28a7535b.zip
Putting back in the check for LCD_WIDTH of 128
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11920 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 8865a5b24c..08039a22c9 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -9,7 +9,7 @@ logo.c
9mosaique.c 9mosaique.c
10properties.c 10properties.c
11random_folder_advance_config.c 11random_folder_advance_config.c
12#if !defined(SANSA_E200) 12#if !defined(SANSA_E200) && (LCD_WIDTH != 128)
13rockblox.c 13rockblox.c
14#endif 14#endif
15rockbox_flash.c 15rockbox_flash.c