File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14.0" CACHE STRING "")
22
22
23
23
# Global options.
24
24
if (NOT ANDROID)
25
- option (BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" ON )
25
+ option (BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" OFF )
26
26
option (BUILD_QT_FRONTEND "Build the Qt frontend" ON )
27
27
option (BUILD_REGTEST "Build regression test runner" OFF )
28
28
option (ENABLE_CUBEB "Build with Cubeb audio output" ON )
@@ -47,7 +47,7 @@ endif()
47
47
if ((LINUX OR FREEBSD) AND NOT ANDROID)
48
48
option (USE_DRMKMS "Support DRM/KMS OpenGL contexts" OFF )
49
49
option (USE_FBDEV "Support FBDev OpenGL contexts" OFF )
50
- option (USE_EVDEV "Support EVDev controller interface" ON )
50
+ option (USE_EVDEV "Support EVDev controller interface" OFF )
51
51
endif ()
52
52
53
53
# Force EGL when using Wayland
You can’t perform that action at this time.
0 commit comments