Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CMake: Don't link directly to libGL on Unix.
(we always dynamically load it at runtime when appropriate.)
  • Loading branch information
icculus committed Jan 4, 2016
1 parent 1240f8e commit 9fcf5d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/sdlchecks.cmake
Expand Up @@ -679,7 +679,6 @@ macro(CheckOpenGLX11)
set(SDL_VIDEO_OPENGL 1)
set(SDL_VIDEO_OPENGL_GLX 1)
set(SDL_VIDEO_RENDER_OGL 1)
list(APPEND EXTRA_LIBS GL)
endif()
endif()
endmacro()
Expand Down

0 comments on commit 9fcf5d7

Please sign in to comment.