diff --git a/Source/Core/VideoBackends/Software/CMakeLists.txt b/Source/Core/VideoBackends/Software/CMakeLists.txt index 42381c02d2..b12ade865c 100644 --- a/Source/Core/VideoBackends/Software/CMakeLists.txt +++ b/Source/Core/VideoBackends/Software/CMakeLists.txt @@ -25,7 +25,6 @@ set(LIBS videocommon SOIL common ${X11_LIBRARIES} - ${OPENGL_LIBRARIES} ${wxWidgets_LIBRARIES}) add_dolphin_library(videosoftware "${SRCS}" "${LIBS}")