configure.ac: Do not list xkbcommon as optional
The variable xkbcommon_enabled was no longer nedded after removing xkbcommon from the build configuration notice. Signed-off-by: Detlef Riekenberg <wine.dev@web.de>
This commit is contained in:
parent
6648029d5f
commit
0f53dc36b4
@ -499,10 +499,7 @@ fi
|
|||||||
# properly.
|
# properly.
|
||||||
#
|
#
|
||||||
|
|
||||||
xkbcommon_enabled=no
|
if test x$have_xkbcommon = xno ; then
|
||||||
if test ! x$have_xkbcommon = xno ; then
|
|
||||||
xkbcommon_enabled=yes
|
|
||||||
else
|
|
||||||
AC_ERROR([xkbcommon not found for keyboard backend])
|
AC_ERROR([xkbcommon not found for keyboard backend])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -699,7 +696,6 @@ AC_MSG_NOTICE([Build configuration:
|
|||||||
systemd: $systemd_enabled
|
systemd: $systemd_enabled
|
||||||
udev: $udev_enabled
|
udev: $udev_enabled
|
||||||
dbus: $dbus_enabled
|
dbus: $dbus_enabled
|
||||||
xkbcommon: $xkbcommon_enabled
|
|
||||||
|
|
||||||
libuterm video backends:
|
libuterm video backends:
|
||||||
fbdev: $fbdev_enabled
|
fbdev: $fbdev_enabled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user