mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
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> Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:
parent
2c9ec271e2
commit
3839cf13a2
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user