NDOF: enable 3D mouse support on Mac by default

We used to require the 3Dconnexion driver installed at build-time so
this was turned off.

I reworked the code last year to remove the driver dependency so
there’s no reason not to enable this.
This commit is contained in:
Mike Erwin
2016-01-26 21:08:57 -05:00
parent 4a42445d3d
commit 499bde8105

View File

@@ -184,7 +184,6 @@ if (UNIX AND NOT APPLE)
elseif(WIN32)
set(_init_JACK OFF)
elseif(APPLE)
set(_init_INPUT_NDOF OFF)
set(_init_JACK OFF)
set(_init_OPENSUBDIV OFF)
endif()