Skip to content

Commit

Permalink
Remove a hard dependency from libGL from the software renderer.
Browse files Browse the repository at this point in the history
I must have missed this when dropping OpenGL library includes. This is annoying when on a system that doesn't have libGL.
  • Loading branch information
Sonicadvance1 committed Oct 19, 2014
1 parent 821a41e commit e236d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/VideoBackends/Software/CMakeLists.txt
Expand Up @@ -25,7 +25,6 @@ set(LIBS videocommon
SOIL
common
${X11_LIBRARIES}
${OPENGL_LIBRARIES}
${wxWidgets_LIBRARIES})

add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")

0 comments on commit e236d28

Please sign in to comment.