mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
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:
@ -25,7 +25,6 @@ set(LIBS videocommon
|
|||||||
SOIL
|
SOIL
|
||||||
common
|
common
|
||||||
${X11_LIBRARIES}
|
${X11_LIBRARIES}
|
||||||
${OPENGL_LIBRARIES}
|
|
||||||
${wxWidgets_LIBRARIES})
|
${wxWidgets_LIBRARIES})
|
||||||
|
|
||||||
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")
|
add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")
|
||||||
|
Reference in New Issue
Block a user