summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r--apps/plugins/SOURCES12
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES
index 96ad535863..5d24bee8f6 100644
--- a/apps/plugins/SOURCES
+++ b/apps/plugins/SOURCES
@@ -79,7 +79,7 @@ wolf3d.c
79#endif 79#endif
80#endif 80#endif
81 81
82#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) 82#if PLUGIN_BUFFER_SIZE <= 0x20000
83 83
84#if CONFIG_KEYPAD != SANSA_M200_PAD \ 84#if CONFIG_KEYPAD != SANSA_M200_PAD \
85 && CONFIG_KEYPAD != HM60X_PAD 85 && CONFIG_KEYPAD != HM60X_PAD
@@ -92,7 +92,7 @@ chessbox.c
92goban.c 92goban.c
93pictureflow.c 93pictureflow.c
94 94
95#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */ 95#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */
96 96
97#if defined(IRIVER_H100_SERIES) 97#if defined(IRIVER_H100_SERIES)
98iriver_flash.c 98iriver_flash.c
@@ -106,8 +106,6 @@ crypt_firmware.c
106 106
107metronome.c 107metronome.c
108 108
109#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */
110
1112048.c 1092048.c
112 110
113/* Lua needs at least 160 KB to work in */ 111/* Lua needs at least 160 KB to work in */
@@ -173,8 +171,6 @@ rockpaint.c
173 171
174rocklife.c 172rocklife.c
175 173
176#endif /* HAVE_LCD_BITMAP */
177
178#if LCD_DEPTH > 1 /* non-mono bitmap targets */ 174#if LCD_DEPTH > 1 /* non-mono bitmap targets */
179 175
180matrix.c 176matrix.c
@@ -198,7 +194,6 @@ test_codec.c
198test_core_jpeg.c 194test_core_jpeg.c
199#endif 195#endif
200test_disk.c 196test_disk.c
201#ifdef HAVE_LCD_BITMAP
202test_fps.c 197test_fps.c
203test_gfx.c 198test_gfx.c
204#if LCD_DEPTH < 4 && !defined(SIMULATOR) 199#if LCD_DEPTH < 4 && !defined(SIMULATOR)
@@ -208,11 +203,8 @@ test_scanrate.c
208test_grey.c 203test_grey.c
209test_greylib_bitmap_scale.c 204test_greylib_bitmap_scale.c
210#endif 205#endif
211#endif
212test_mem.c 206test_mem.c
213#ifdef HAVE_LCD_BITMAP
214test_mem_jpeg.c 207test_mem_jpeg.c
215#endif
216#ifdef HAVE_LCD_COLOR 208#ifdef HAVE_LCD_COLOR
217test_resize.c 209test_resize.c
218#endif 210#endif