Disable stdin input by default and add ability to disable EVDEV input

This commit is contained in:
Tera << 8 2025-06-10 21:19:02 -04:00
parent 15afe89aff
commit 21a377707f
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 53 additions and 37 deletions

View file

@ -1,4 +1,4 @@
# ## Config options ###
### Config options ###
include(CMakeDependentOption)
include(EnumOption)
@ -29,6 +29,8 @@ set(OFF ${INCLUDE_EVERYTHING} CACHE INTERNAL "Replace any OFF by default with \$
# DRM build options
option(ENABLE_WAYLAND_DRM_LEASING "Enables DRM leasing in the DRM backend via the Wayland desktop" OFF)
option(DISABLE_EVDEV_INPUT "Disable evdev input in the DRM backend" OFF)
option(SUPPORT_SSH_KEYBOARD_RPI "Support using keyboard input from stdin" ON)
include(ParseConfigHeader)