summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-10-02 16:00:09 +0200
committerJan Holesovsky <kendy@suse.cz>2012-10-02 16:01:13 +0200
commita9097843e6b2935dcab9f038b80e5a51bc5cfc94 (patch)
treeef3084fe7dbb7b80d571930e3f0ac6ec6ad7e4fd /configure.in
parent3751efff81a9bc1e53c8cbee74770bbed6d4f8de (diff)
Help text for newly introduced switches.
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 34dfce7f02a6..fb54ec32e3eb 100644
--- a/configure.in
+++ b/configure.in
@@ -1980,6 +1980,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.