summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoBackends/OGL/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/OGL/CMakeLists.txt b/Source/Core/VideoBackends/OGL/CMakeLists.txt
index 9be7537704..8cd570c3c5 100644
--- a/Source/Core/VideoBackends/OGL/CMakeLists.txt
+++ b/Source/Core/VideoBackends/OGL/CMakeLists.txt
@@ -23,8 +23,4 @@ set(LIBS ${LIBS}
${X11_LIBRARIES}
)
-if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|NetBSD")
- set(LIBS ${LIBS} usbhid)
-endif()
-
add_dolphin_library(videoogl "${SRCS}" "${LIBS}")