Remove a hard dependency from libGL from the software renderer.

I must have missed this when dropping OpenGL library includes. This is annoying when on a system that doesn't have libGL.
This commit is contained in:
Ryan Houdek 2014-10-19 07:36:33 -05:00
parent 821a41e62f
commit e236d28585
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ set(LIBS videocommon
SOIL
common
${X11_LIBRARIES}
${OPENGL_LIBRARIES}
${wxWidgets_LIBRARIES})
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")