diff options
author | Nils Wallménius <nils@rockbox.org> | 2006-11-28 17:01:46 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2006-11-28 17:01:46 +0000 |
commit | 5db84acfb41db46f7f4434cc2e30a25a4e0c95b2 (patch) | |
tree | 043545c8d947d97fab97d2e0bd81bfc9257d61ae /manual | |
parent | daa16b9d6b00ee39044f0f7b4f575661ec7ac6e6 (diff) | |
download | rockbox-5db84acfb41db46f7f4434cc2e30a25a4e0c95b2.tar.gz rockbox-5db84acfb41db46f7f4434cc2e30a25a4e0c95b2.zip |
Changed \nopt to \opt to make ondiosp manual build again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11620 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/config_file_options.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 6be2435b6b..abc76e4a81 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -182,16 +182,17 @@ invert & on, off & N/A\\ disk poweroff & on, off & N/A\\ }% - - \nopt{archos}{% + + \opt{SWCODEC}{% This doesn't depend on SWCODEC but using a \nopt here + % causes ondiosp not to build for mysterious reasons. backdrop & /path/filename.bmp & N/A\\ }% - + \opt{HAVE_LCD_COLOR}{ foreground color & 000000 to FFFFFF & RRGGBB\\ background color & 000000 to FFFFFF & RRGGBB\\ } - + \opt{HAVE_REMOTE_LCD}{ rwps & /path/filename.rwps & N/A\\ remote contrast @@ -256,6 +257,7 @@ jump scroll delay & 0 to 250 & 0.01s\\ }% + \bottomrule \end{longtable} \end{center} |