summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SUBDIRS5
-rw-r--r--manual/plugins/main.tex2
2 files changed, 6 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index ddd96ff49d..bdae8d2b0c 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -20,9 +20,12 @@ chessbox
20jpeg 20jpeg
21sudoku 21sudoku
22reversi 22reversi
23/* Exclude targets without keypads set or with not enough plugin buffer.
24 Plugin is about 40k, rounding up to 65k to be safe. */
23#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \ 25#if (CONFIG_KEYPAD != SANSA_CLIP_PAD && CONFIG_KEYPAD != SANSA_M200_PAD && \
24 CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \ 26 CONFIG_KEYPAD != CREATIVEZVM_PAD && CONFIG_KEYPAD != CREATIVEZV_PAD && \
25 CONFIG_KEYPAD != RECORDER_PAD && CONFIG_KEYPAD != ONDIO_PAD) 27 CONFIG_KEYPAD != PHILIPS_HDD1630_PAD && defined(PLUGIN_BUFFER_SIZE) && \
28 PLUGIN_BUFFER_SIZE >= 0x10000)
26goban 29goban
27#endif 30#endif
28#ifndef OLYMPUS_MROBE_500 31#ifndef OLYMPUS_MROBE_500
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 73e1648b94..fd6a610d3b 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -35,7 +35,9 @@ text files%
35 35
36{\input{plugins/flipit.tex}} 36{\input{plugins/flipit.tex}}
37 37
38\nopt{recorder,recorderv2fm,ondio}{
38\opt{lcd_bitmap}{\input{plugins/goban.tex}} 39\opt{lcd_bitmap}{\input{plugins/goban.tex}}
40}
39 41
40\opt{player}{\input{plugins/jackpot.tex}} 42\opt{player}{\input{plugins/jackpot.tex}}
41 43