summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-10-02 16:00:09 +0200
committerJan Holesovsky <kendy@suse.cz>2012-10-03 16:08:35 +0200
commit4256f704057d13c5a95461c4cf0a404ede551286 (patch)
treeb7b5be458ed8dd5e1580ddee8f3c177620076c17
parent46f9e6ce6b9fc6c21c1d682a35954523ed435647 (diff)
Help text for newly introduced switches.
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09 Signed-off-by: Ivan Timofeev <timofeev.i.s@gmail.com>
-rw-r--r--configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 651963a95442..f8623276d5b4 100644
--- a/configure.in
+++ b/configure.in
@@ -1822,6 +1822,20 @@ AC_ARG_WITH(intro-progressbar-frame-color,
Usage: --with-intro-progressbar-frame-color=207,208,211
],,)
+AC_ARG_WITH(intro-progressbar-text-color,
+ AS_HELP_STRING([--with-intro-progressbar-text-color],
+ [Set color of progress bar text on intro screen. Comma separated RGB values in decimal format.])
+ [
+ Usage: --with-intro-progressbar-text-color=207,208,211
+],,)
+
+AC_ARG_WITH(intro-progressbar-text-baseline,
+ AS_HELP_STRING([--with-intro-progressbar-text-baseline],
+ [Set horizontal position of progress bar text on intro screen. Value in decimal format.])
+ [
+ Usage: --with-intro-progressbar-text-baseline=250
+],,)
+
AC_ARG_WITH(flat-logo-svg,
[ --with-flat-logo-svg Allows specification of the flat Logo SVG.