make ENABLE_SDL default to OFF

Default building options now just build the Wx port.

Also set +x on ./installdeps-msys2 .
This commit is contained in:
Rafael Kitover 2016-11-20 05:46:24 -08:00
parent 0ba8166467
commit bbdc6ca577
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SET( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMakeScripts )
#Output all binaries at top level
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR})
option( ENABLE_SDL "Build the SDL port" ON )
option( ENABLE_SDL "Build the SDL port" OFF )
option( ENABLE_GTK "Build the GTK+ GUI" OFF )
option( ENABLE_GTK3 "Build the GTK+ GUI" OFF )
option( ENABLE_WX "Build the wxWidgets port" ON )

0
installdeps-msys2 Normal file → Executable file
View File