]> git.mxchange.org Git - flightgear.git/commitdiff
Disable event-input by default on Linux, since libHAL is causing build/deployment...
authorJames Turner <zakalawe@mac.com>
Mon, 26 Sep 2011 08:56:29 +0000 (09:56 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 26 Sep 2011 08:56:29 +0000 (09:56 +0100)
CMakeLists.txt

index e1a6dcc7cc62b45ebf13b87dbc331e415a93823b..41478041a01b2444f6016a5a39a414803446af17 100644 (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)