Disable event-input by default on Linux, since libHAL is causing build/deployment issues on some Linux distributions.
This commit is contained in:
parent
dbe1504858
commit
16a424ae90
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ endif()
|
|||
IF(APPLE)
|
||||
set(EVENT_INPUT_DEFAULT 1)
|
||||
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
set(EVENT_INPUT_DEFAULT 1)
|
||||
# disabled while DBus / HAL / udev issues are decided
|
||||
#set(EVENT_INPUT_DEFAULT 1)
|
||||
endif()
|
||||
|
||||
find_package(Git)
|
||||
|
|
Loading…
Reference in a new issue