1
0
Fork 0

Merge /u/martymac/flightgear/ branch freebsd-input-fix into next

https://sourceforge.net/p/flightgear/flightgear/merge-requests/102/
This commit is contained in:
Florent Rougon 2017-07-07 07:34:26 +00:00
commit a38153db33

View file

@ -232,7 +232,7 @@ include( ConfigureMsvc3rdParty )
if(EVENT_INPUT)
if(APPLE)
add_definitions(-DWITH_EVENTINPUT)
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux")
elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD")
if(NOT UDEV_FOUND)
message(WARNING "UDev not found, event input is disabled!")
set(EVENT_INPUT 0)