diff --git a/configure b/configure index 4a078eb63..7e21bed34 100755 --- a/configure +++ b/configure @@ -24403,13 +24403,13 @@ case "$host" in CheckVulkan CheckWayland CheckLibUDev + CheckInputEvents CheckDBus CheckIME CheckIBus CheckFcitx case $ARCH in linux) - CheckInputEvents CheckInputKD ;; esac diff --git a/configure.ac b/configure.ac index f81e0c797..b76c4d25b 100644 --- a/configure.ac +++ b/configure.ac @@ -3333,6 +3333,7 @@ case "$host" in CheckOpenGLESX11 CheckVulkan CheckWayland + CheckInputEvents CheckLibUDev CheckDBus CheckIME @@ -3340,7 +3341,6 @@ case "$host" in CheckFcitx case $ARCH in linux) - CheckInputEvents CheckInputKD ;; esac