mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-24 23:00:10 +01:00
configure.ac: correct text
Fix duplicate occurrence of "and". Signed-off-by: Abdur Rehman <arehmanq199@gmail.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
This commit is contained in:
parent
6c1c0dd5fa
commit
7631f38f13
1 changed files with 2 additions and 2 deletions
|
|
@ -140,8 +140,8 @@ AC_ARG_ENABLE(xkbcommon,
|
||||||
support: This is only useful in environments
|
support: This is only useful in environments
|
||||||
where you do not have a hardware keyboard. If
|
where you do not have a hardware keyboard. If
|
||||||
libxkbcommon support is disabled clients will not
|
libxkbcommon support is disabled clients will not
|
||||||
be sent a keymap and and must know how to
|
be sent a keymap and must know how to interpret
|
||||||
interpret the keycode sent for any key event.]),,
|
the keycode sent for any key event.]),,
|
||||||
enable_xkbcommon=yes)
|
enable_xkbcommon=yes)
|
||||||
if test x$enable_xkbcommon = xyes; then
|
if test x$enable_xkbcommon = xyes; then
|
||||||
AC_DEFINE(ENABLE_XKBCOMMON, [1], [Build Weston with libxkbcommon support])
|
AC_DEFINE(ENABLE_XKBCOMMON, [1], [Build Weston with libxkbcommon support])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue