summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-10 19:30:54 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-10 19:30:54 +0000
commit567ef674f0eb691f07794e00ab2e1212dcd4c076 (patch)
treefd5db599a094c8c3b71af63f09e5b9b1eb26f6d8 /apps/plugins/SUBDIRS
parentd5eda4b2a35cd809575c67f4c63d416a8b73c703 (diff)
downloadrockbox-567ef674f0eb691f07794e00ab2e1212dcd4c076.tar.gz
rockbox-567ef674f0eb691f07794e00ab2e1212dcd4c076.zip
Build plugin overlays when buffer size is <= 128kB
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26748 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index cf1e9d2b80..4074177ce2 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -19,7 +19,7 @@ clock
19 && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \ 19 && (defined(HAVE_LCD_COLOR) || (LCD_HEIGHT == 64) && (LCD_DEPTH == 1) || \
20 (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \ 20 (LCD_HEIGHT == 128) && (LCD_DEPTH == 2)) \
21 && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \ 21 && (PLUGIN_BUFFER_SIZE >= 0x60000 /* it needs a lot of RAM */ || \
22 PLUGIN_BUFFER_SIZE <= 0x10000) /* but we can use overlays */ 22 PLUGIN_BUFFER_SIZE <= 0x20000) /* but we can use overlays */
23rockboy 23rockboy
24#endif 24#endif
25 25
@@ -31,10 +31,7 @@ pictureflow
31fft 31fft
32#endif 32#endif
33 33
34#if PLUGIN_BUFFER_SIZE > 0x20000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */
35chessbox 34chessbox
36#endif
37
38fractals 35fractals
39imageviewer 36imageviewer
40sudoku 37sudoku
@@ -47,7 +44,7 @@ frotz
47#endif 44#endif
48 45
49#ifndef OLYMPUS_MROBE_500 46#ifndef OLYMPUS_MROBE_500
50#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x10000 /* overlay */ 47#if PLUGIN_BUFFER_SIZE > 0x40000 || PLUGIN_BUFFER_SIZE <= 0x20000 /* overlay */
51zxbox 48zxbox
52#endif 49#endif
53#endif 50#endif