[clutter/wip/wayland-2: 3/22] configure: fix --enable-evdev-input documentation
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/wip/wayland-2: 3/22] configure: fix --enable-evdev-input documentation
- Date: Wed, 29 Feb 2012 17:56:49 +0000 (UTC)
commit da6ba9b64c298bf39c985e9bfb443ee062eaf7b0
Author: Robert Bragg <robert linux intel com>
Date: Sat Jan 7 21:44:32 2012 +0000
configure: fix --enable-evdev-input documentation
The --help documentation for ./configure was listing a spurious
--with-evdev option when it should list --enable-evdev-input.
Reviewed-by: Neil Roberts <neil linux intel com>
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1a8d8e7..ccab017 100644
--- a/configure.ac
+++ b/configure.ac
@@ -443,7 +443,7 @@ AC_ARG_ENABLE([tslib-input],
[enable_tslib=$enableval],
[enable_tslib=no])
AC_ARG_ENABLE([evdev-input],
- [AS_HELP_STRING([--with-evdev=@<:@yes/no@:>@], [Enable evdev for input events (default=no)])],
+ [AS_HELP_STRING([--enable-evdev-input=@<:@yes/no@:>@], [Enable evdev for input events (default=no)])],
[enable_evdev=$enableval],
[enable_evdev=no])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]