1
0
Fork 0

Disable event-input by default on Linux, since libHAL is causing build/deployment issues on some Linux distributions.

This commit is contained in:
James Turner 2011-09-26 09:56:29 +01:00
parent dbe1504858
commit 16a424ae90

View file

@ -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)