mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 04:09:15 +00:00
Remove last bits of having xkeyboard-config optional.
This commit is contained in:
@@ -60,8 +60,5 @@
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Enable using xkeyboard-config */
|
||||
#undef USE_XKEYBOARD_CONFIG
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
||||
@@ -88,15 +88,6 @@ AM_CONDITIONAL(HURD, [test "x$IS_HURD" = xyes])
|
||||
DRIVER_NAME=kbd
|
||||
AC_SUBST([DRIVER_NAME])
|
||||
|
||||
AC_ARG_ENABLE(xkeyboard-config,
|
||||
AS_HELP_STRING([--enable-xkeyboard-config],
|
||||
[Enable using xkeyboard-config (default: disabled)]),
|
||||
[ XKEYBOARD_CONFIG="${enableval}" ],
|
||||
[ XKEYBOARD_CONFIG="no" ])
|
||||
if test "x$XKEYBOARD_CONFIG" = xyes ; then
|
||||
AC_DEFINE(USE_XKEYBOARD_CONFIG, 1, [Enable using xkeyboard-config])
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
src/Makefile
|
||||
man/Makefile])
|
||||
|
||||
Reference in New Issue
Block a user