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:
parent
821a41e62f
commit
e236d28585
|
@ -25,7 +25,6 @@ set(LIBS videocommon
|
|||
SOIL
|
||||
common
|
||||
${X11_LIBRARIES}
|
||||
${OPENGL_LIBRARIES}
|
||||
${wxWidgets_LIBRARIES})
|
||||
|
||||
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")
|
||||
|
|
Loading…
Reference in New Issue