Skip to content

Commit

Permalink
remove more SDL references
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Mar 20, 2017
1 parent b35147e commit a795424
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ if(UNIX)
option(FFMPEG_PATH "Path to external ffmpeg?" "")
option(ENABLE_INTERNAL_CROSSGUID "Enable internal crossguid?" ON)
option(ENABLE_OPENSSL "Enable OpenSSL?" ON)
option(ENABLE_SDL "Enable SDL?" OFF)
option(ENABLE_MIR "Enable MIR?" OFF)
if(CORE_SYSTEM_NAME STREQUAL linux OR CORE_SYSTEM_NAME STREQUAL freebsd)
option(ENABLE_X11 "Enable X11 support?" ON)
Expand Down Expand Up @@ -217,8 +216,6 @@ endif()

if(CORE_SYSTEM_NAME STREQUAL osx)
core_require_dep(Sdl)
else()
core_optional_dep(Sdl)
endif()

if(NOT WIN32)
Expand Down
1 change: 0 additions & 1 deletion cmake/scripts/android/ArchSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ else()
endif()
endif()

set(ENABLE_SDL OFF CACHE BOOL "" FORCE)
set(ENABLE_X11 OFF CACHE BOOL "" FORCE)
set(ENABLE_AML OFF CACHE BOOL "" FORCE)
set(ENABLE_OPTICAL OFF CACHE BOOL "" FORCE)
Expand Down

0 comments on commit a795424

Please sign in to comment.