summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-10-05 13:18:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-06 03:32:06 +0200
commitc7f61b8bf5228745f56234f987682092dc5d29ff (patch)
treea6afc52e3e9efc39d9e4920377058c4ffca4c8cf /configure
parent083a30b1d6ea023f36f3fe6cabea775e4e1e78dd (diff)
Show the -xcb default properly.
The * was not appearing against the default for the -xcb switch because of a spelling mistake. Change-Id: I3491cc9772d02179711b0d474db7ab2ef2398e88 Reviewed-on: http://codereview.qt-project.org/6003 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 43aa996130..ddcc3f8174 100755
--- a/configure
+++ b/configure
@@ -3714,11 +3714,11 @@ if [ "$OPT_HELP" = "yes" ]; then
fi
if [ "$CFG_XCB" = "no" ]; then
- XCY=" "
- XCN="*"
+ XCBY=" "
+ XCBN="*"
else
- XCY="*"
- XCN=" "
+ XCBY="*"
+ XCBN=" "
fi
if [ "$CFG_WAYLAND" = "no" ]; then
@@ -4074,8 +4074,8 @@ if [ "$PLATFORM_X11" = "yes" -o "$PLATFORM_QWS" = "yes" -o "$PLATFORM_QPA" = "ye
$SBN -no-separate-debug-info . Do not store debug information in a separate file.
$SBY -separate-debug-info .... Strip debug information into a separate .debug file.
- $XKN -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support.
- $XKY -xcb ............... Compile Xcb support.
+ $XCBN -no-xcb ............ Do not compile Xcb (X protocol C-language Binding) support.
+ $XCBY -xcb ............... Compile Xcb support.
$XWN -no-wayland......... Do not compile Wayland support.
$XWY -wayland .......... Compile Wayland support.