summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2011-06-29 23:10:41 +0000
committerJonas Häggqvist <rasher@rasher.dk>2011-06-29 23:10:41 +0000
commited0f1aec5db4ca244d54c752502bbf8ca73925dc (patch)
tree43e6accd78be48435eb715eb9fddfc0dd2d886f2
parent8c47ed15e97c85903850cf73ac83be8667ee2fae (diff)
downloadrockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.tar.gz
rockbox-ed0f1aec5db4ca244d54c752502bbf8ca73925dc.zip
Add --lcdwidth and --lcdheight to help output.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30102 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 52ae52cbf1..78a90b7d18 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1089,6 +1089,12 @@ help() {
order. So --type=b stands for Bootloader build, while
--type=ab stands for "Backlight MOD" build.
+ --lcdwidth=X Sets the width of the LCD. Used only for application
+ targets.
+
+ --lcdheight=Y Sets the height of the LCD. Used only for application
+ targets.
+
--language=LANG Set the language used for voice generation (used only if
TYPE is AV).