Disable stdin input by default and add ability to disable EVDEV input
This commit is contained in:
parent
15afe89aff
commit
21a377707f
4 changed files with 53 additions and 37 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue